Html Css Color HEX #66D253 Apple

📋 copy color: '#66D253'

red 102 ◦ green 210 ◦ blue 83

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

Shades of Apple #66D253

Tints of Apple #66D253

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 21.01%

R = 25.82%
G = 53.16%
B = 21.01%

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

#66D253 (or 0x66D253) is known color: Apple. HEX triplet: 66, D2 and 53. RGB value is (102,210,83). Sum of RGB (Red+Green+Blue) = 102+210+83=395 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.82% from 395); Green value is 210 (82.42% from 255 or 53.16% from 395); Blue value is 83 (32.81% from 255 or 21.01% from 395); Max value from RGB is 210 - color contains mainly: green. Hex color #66D253 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66D253 is #992DAC. Grayscale: #A3A3A3. Windows color (decimal): -10038701 or 5493350. OLE color: 5493350.

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

Color convert

RGB 102 210 83 -
CMYK 0.51 0 0.60 0.18
HSL 111.02º 0.59% 0.57% -
HSV(B) 111.02º 0.6% 0.82% -
XYZ 30.09 49.54 16.16 -
YUV 163.23 82.72 84.33 -
System Red Green Blue C M Y K H S L
Decimal 102 210 83 0.51 0 0.60 0.18 111.02 0.59 0.57
Hex 66 D2 53 33 0 3C 12 6F 3B 39
Octal 146 322 123 63 0 74 22 157 73 71
Binary 1100110 11010010 1010011 110011 0 111100 10010 1101111 111011 111001

Color Harmonies of #66D253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66D253

Black with #66D253

Text Example


Text Example

White with #66D253

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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