Html Css Color HEX #66CF3E Apple

📋 copy color: '#66CF3E'

red 102 ◦ green 207 ◦ blue 62

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

Shades of Apple #66CF3E

Tints of Apple #66CF3E

RGB

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

 GREEN value IS 207 (81.25% from 255) = 55.8%

 BLUE value IS 62 (24.61% from 255) = 16.71%

R = 27.49%
G = 55.8%
B = 16.71%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.70

 K value IS 0.19

RGB Variations

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

Color information

#66CF3E (or 0x66CF3E) is known color: Apple. HEX triplet: 66, CF and 3E. RGB value is (102,207,62). Sum of RGB (Red+Green+Blue) = 102+207+62=371 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.49% from 371); Green value is 207 (81.25% from 255 or 55.80% from 371); Blue value is 62 (24.61% from 255 or 16.71% from 371); Max value from RGB is 207 - color contains mainly: green. Hex color #66CF3E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66CF3E is #9930C1. Grayscale: #9F9F9F. Windows color (decimal): -10039490 or 4116326. OLE color: 4116326.

HSL color Cylindrical-coordinate representation of color #66CF3E: hue angle of 103.45º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #66CF3E is Cyan = 0.51, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.19.

Color convert

RGB 102 207 62 -
CMYK 0.51 0 0.70 0.19
HSL 103.45º 0.6% 0.53% -
HSV(B) 103.45º 0.7% 0.81% -
XYZ 28.66 47.8 12.27 -
YUV 159.08 73.21 87.29 -
System Red Green Blue C M Y K H S L
Decimal 102 207 62 0.51 0 0.70 0.19 103.45 0.6 0.53
Hex 66 CF 3E 33 0 46 13 67 3C 35
Octal 146 317 76 63 0 106 23 147 74 65
Binary 1100110 11001111 111110 110011 0 1000110 10011 1100111 111100 110101

Color Harmonies of #66CF3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66CF3E

Black with #66CF3E

Text Example


Text Example

White with #66CF3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,207,62); }

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

background-color css

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

 a { background-color: rgb(102,207,62); }

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

border-color css

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

 span { border-color: rgb(102,207,62); }

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