Html Css Color HEX #66D72F Apple

📋 copy color: '#66D72F'

red 102 ◦ green 215 ◦ blue 47

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

Shades of Apple #66D72F

Tints of Apple #66D72F

RGB

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

 GREEN value IS 215 (84.38% from 255) = 59.07%

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

R = 28.02%
G = 59.07%
B = 12.91%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#66D72F (or 0x66D72F) is known color: Apple. HEX triplet: 66, D7 and 2F. RGB value is (102,215,47). Sum of RGB (Red+Green+Blue) = 102+215+47=364 (48% of max value = 765). Red value is 102 (40.23% from 255 or 28.02% from 364); Green value is 215 (84.38% from 255 or 59.07% from 364); Blue value is 47 (18.75% from 255 or 12.91% from 364); Max value from RGB is 215 - color contains mainly: green. Hex color #66D72F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66D72F is #9928D0. Grayscale: #A2A2A2. Windows color (decimal): -10037457 or 3135334. OLE color: 3135334.

HSL color Cylindrical-coordinate representation of color #66D72F: hue angle of 100.36º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #66D72F is Cyan = 0.53, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.16.

Color convert

RGB 102 215 47 -
CMYK 0.53 0 0.78 0.16
HSL 100.36º 0.68% 0.51% -
HSV(B) 100.36º 0.78% 0.84% -
XYZ 30.29 51.63 11.06 -
YUV 162.06 63.06 85.16 -
System Red Green Blue C M Y K H S L
Decimal 102 215 47 0.53 0 0.78 0.16 100.36 0.68 0.51
Hex 66 D7 2F 35 0 4E 10 64 44 33
Octal 146 327 57 65 0 116 20 144 104 63
Binary 1100110 11010111 101111 110101 0 1001110 10000 1100100 1000100 110011

Color Harmonies of #66D72F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66D72F

Black with #66D72F

Text Example


Text Example

White with #66D72F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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