Html Css Color HEX #66D552 Apple

📋 copy color: '#66D552'

red 102 ◦ green 213 ◦ blue 82

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

Shades of Apple #66D552

Tints of Apple #66D552

RGB

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

 GREEN value IS 213 (83.59% from 255) = 53.65%

 BLUE value IS 82 (32.42% from 255) = 20.65%

R = 25.69%
G = 53.65%
B = 20.65%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#66D552 (or 0x66D552) is known color: Apple. HEX triplet: 66, D5 and 52. RGB value is (102,213,82). Sum of RGB (Red+Green+Blue) = 102+213+82=397 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.69% from 397); Green value is 213 (83.59% from 255 or 53.65% from 397); Blue value is 82 (32.42% from 255 or 20.65% from 397); Max value from RGB is 213 - color contains mainly: green. Hex color #66D552 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66D552 is #992AAD. Grayscale: #A5A5A5. Windows color (decimal): -10037934 or 5428582. OLE color: 5428582.

HSL color Cylindrical-coordinate representation of color #66D552: hue angle of 110.84º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #66D552 is Cyan = 0.52, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.

Color convert

RGB 102 213 82 -
CMYK 0.52 0 0.62 0.16
HSL 110.84º 0.61% 0.58% -
HSV(B) 110.84º 0.62% 0.84% -
XYZ 30.8 51.02 16.21 -
YUV 164.88 81.23 83.15 -
System Red Green Blue C M Y K H S L
Decimal 102 213 82 0.52 0 0.62 0.16 110.84 0.61 0.58
Hex 66 D5 52 34 0 3E 10 6F 3D 3A
Octal 146 325 122 64 0 76 20 157 75 72
Binary 1100110 11010101 1010010 110100 0 111110 10000 1101111 111101 111010

Color Harmonies of #66D552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66D552

Black with #66D552

Text Example


Text Example

White with #66D552

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,213,82); }

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

background-color css

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

 a { background-color: rgb(102,213,82); }

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

border-color css

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

 span { border-color: rgb(102,213,82); }

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