Html Css Color HEX #66D255 Apple

📋 copy color: '#66D255'

red 102 ◦ green 210 ◦ blue 85

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

Shades of Apple #66D255

Tints of Apple #66D255

RGB

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

 GREEN value IS 210 (82.42% from 255) = 52.9%

 BLUE value IS 85 (33.59% from 255) = 21.41%

R = 25.69%
G = 52.9%
B = 21.41%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.60

 K value IS 0.18

RGB Variations

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

Color information

#66D255 (or 0x66D255) is known color: Apple. HEX triplet: 66, D2 and 55. RGB value is (102,210,85). Sum of RGB (Red+Green+Blue) = 102+210+85=397 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.69% from 397); Green value is 210 (82.42% from 255 or 52.90% from 397); Blue value is 85 (33.59% from 255 or 21.41% from 397); Max value from RGB is 210 - color contains mainly: green. Hex color #66D255 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66D255 is #992DAA. Grayscale: #A3A3A3. Windows color (decimal): -10038699 or 5624422. OLE color: 5624422.

HSL color Cylindrical-coordinate representation of color #66D255: hue angle of 111.84º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #66D255 is Cyan = 0.51, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.18.

Color convert

RGB 102 210 85 -
CMYK 0.51 0 0.60 0.18
HSL 111.84º 0.58% 0.58% -
HSV(B) 111.84º 0.6% 0.82% -
XYZ 30.17 49.57 16.57 -
YUV 163.46 83.72 84.16 -
System Red Green Blue C M Y K H S L
Decimal 102 210 85 0.51 0 0.60 0.18 111.84 0.58 0.58
Hex 66 D2 55 33 0 3C 12 70 3A 3A
Octal 146 322 125 63 0 74 22 160 72 72
Binary 1100110 11010010 1010101 110011 0 111100 10010 1110000 111010 111010

Color Harmonies of #66D255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66D255

Black with #66D255

Text Example


Text Example

White with #66D255

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,210,85); }

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

background-color css

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

 a { background-color: rgb(102,210,85); }

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

border-color css

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

 span { border-color: rgb(102,210,85); }

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