Html Css Color HEX #66CE2F Apple

📋 copy color: '#66CE2F'

red 102 ◦ green 206 ◦ blue 47

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

Shades of Apple #66CE2F

Tints of Apple #66CE2F

RGB

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

 GREEN value IS 206 (80.86% from 255) = 58.03%

 BLUE value IS 47 (18.75% from 255) = 13.24%

R = 28.73%
G = 58.03%
B = 13.24%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.77

 K value IS 0.19

RGB Variations

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

Color information

#66CE2F (or 0x66CE2F) is known color: Apple. HEX triplet: 66, CE and 2F. RGB value is (102,206,47). Sum of RGB (Red+Green+Blue) = 102+206+47=355 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.73% from 355); Green value is 206 (80.86% from 255 or 58.03% from 355); Blue value is 47 (18.75% from 255 or 13.24% from 355); Max value from RGB is 206 - color contains mainly: green. Hex color #66CE2F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66CE2F is #9931D0. Grayscale: #9D9D9D. Windows color (decimal): -10039761 or 3133030. OLE color: 3133030.

HSL color Cylindrical-coordinate representation of color #66CE2F: hue angle of 99.25º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #66CE2F is Cyan = 0.50, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.19.

Color convert

RGB 102 206 47 -
CMYK 0.50 0 0.77 0.19
HSL 99.25º 0.63% 0.5% -
HSV(B) 99.25º 0.77% 0.81% -
XYZ 28.06 47.17 10.32 -
YUV 156.78 66.04 88.93 -
System Red Green Blue C M Y K H S L
Decimal 102 206 47 0.50 0 0.77 0.19 99.25 0.63 0.5
Hex 66 CE 2F 32 0 4D 13 63 3F 32
Octal 146 316 57 62 0 115 23 143 77 62
Binary 1100110 11001110 101111 110010 0 1001101 10011 1100011 111111 110010

Color Harmonies of #66CE2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66CE2F

Black with #66CE2F

Text Example


Text Example

White with #66CE2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,206,47); }

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

background-color css

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

 a { background-color: rgb(102,206,47); }

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

border-color css

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

 span { border-color: rgb(102,206,47); }

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