Html Css Color HEX #66C83F Apple

📋 copy color: '#66C83F'

red 102 ◦ green 200 ◦ blue 63

#66C83F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Apple #66C83F

Tints of Apple #66C83F

RGB

 RED value IS 102 (40.23% from 255) = 27.95%

 GREEN value IS 200 (78.52% from 255) = 54.79%

 BLUE value IS 63 (25% from 255) = 17.26%

R = 27.95%
G = 54.79%
B = 17.26%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.68

 K value IS 0.22

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#66C83F (or 0x66C83F) is known color: Apple. HEX triplet: 66, C8 and 3F. RGB value is (102,200,63). Sum of RGB (Red+Green+Blue) = 102+200+63=365 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.95% from 365); Green value is 200 (78.52% from 255 or 54.79% from 365); Blue value is 63 (25% from 255 or 17.26% from 365); Max value from RGB is 200 - color contains mainly: green. Hex color #66C83F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66C83F is #9937C0. Grayscale: #9B9B9B. Windows color (decimal): -10041281 or 4180070. OLE color: 4180070.

HSL color Cylindrical-coordinate representation of color #66C83F: hue angle of 102.92º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #66C83F is Cyan = 0.49, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.22.

Color convert

RGB 102 200 63 -
CMYK 0.49 0 0.68 0.22
HSL 102.92º 0.55% 0.52% -
HSV(B) 102.92º 0.69% 0.78% -
XYZ 27.03 44.49 11.87 -
YUV 155.08 76.03 90.14 -
System Red Green Blue C M Y K H S L
Decimal 102 200 63 0.49 0 0.68 0.22 102.92 0.55 0.52
Hex 66 C8 3F 31 0 44 16 67 37 34
Octal 146 310 77 61 0 104 26 147 67 64
Binary 1100110 11001000 111111 110001 0 1000100 10110 1100111 110111 110100

Color Harmonies of #66C83F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66C83F

Black with #66C83F

Text Example


Text Example

White with #66C83F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66C83F; }

 p { color: rgb(102,200,63); }

 H1.HeaderClassName
 {
   color: #66C83F;
 }
 .AnyTagClassName
 {
   color: #66C83F;
 }
</style>

background-color css

<style>
 a { background-color: #66C83F; }

 a { background-color: rgb(102,200,63); }

 div.DivClassName
 {
   background-color: #66C83F;
 }
 .BgClassName
 {
   background-color: #66C83F;
 }
</style>

border-color css

<style>
 span { border-color: #66C83F; }

 span { border-color: rgb(102,200,63); }

 td.TdClassName
 {
   border-color: #66C83F;
 }
 .TagClassName
 {
   border-color: #66C83F;
 }
</style>