Html Css Color HEX #66D451 Apple

📋 copy color: '#66D451'

red 102 ◦ green 212 ◦ blue 81

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

Shades of Apple #66D451

Tints of Apple #66D451

RGB

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

 GREEN value IS 212 (83.2% from 255) = 53.67%

 BLUE value IS 81 (32.03% from 255) = 20.51%

R = 25.82%
G = 53.67%
B = 20.51%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.62

 K value IS 0.17

RGB Variations

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

Color information

#66D451 (or 0x66D451) is known color: Apple. HEX triplet: 66, D4 and 51. RGB value is (102,212,81). Sum of RGB (Red+Green+Blue) = 102+212+81=395 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.82% from 395); Green value is 212 (83.20% from 255 or 53.67% from 395); Blue value is 81 (32.03% from 255 or 20.51% from 395); Max value from RGB is 212 - color contains mainly: green. Hex color #66D451 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66D451 is #992BAE. Grayscale: #A4A4A4. Windows color (decimal): -10038191 or 5362790. OLE color: 5362790.

HSL color Cylindrical-coordinate representation of color #66D451: hue angle of 110.38º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #66D451 is Cyan = 0.52, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.17.

Color convert

RGB 102 212 81 -
CMYK 0.52 0 0.62 0.17
HSL 110.38º 0.6% 0.57% -
HSV(B) 110.38º 0.62% 0.83% -
XYZ 30.51 50.51 15.93 -
YUV 164.18 81.06 83.65 -
System Red Green Blue C M Y K H S L
Decimal 102 212 81 0.52 0 0.62 0.17 110.38 0.6 0.57
Hex 66 D4 51 34 0 3E 11 6E 3C 39
Octal 146 324 121 64 0 76 21 156 74 71
Binary 1100110 11010100 1010001 110100 0 111110 10001 1101110 111100 111001

Color Harmonies of #66D451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66D451

Black with #66D451

Text Example


Text Example

White with #66D451

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,212,81); }

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

background-color css

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

 a { background-color: rgb(102,212,81); }

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

border-color css

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

 span { border-color: rgb(102,212,81); }

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