Html Css Color HEX #66DD4B Apple

📋 copy color: '#66DD4B'

red 102 ◦ green 221 ◦ blue 75

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

Shades of Apple #66DD4B

Tints of Apple #66DD4B

RGB

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

 GREEN value IS 221 (86.72% from 255) = 55.53%

 BLUE value IS 75 (29.69% from 255) = 18.84%

R = 25.63%
G = 55.53%
B = 18.84%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#66DD4B (or 0x66DD4B) is known color: Apple. HEX triplet: 66, DD and 4B. RGB value is (102,221,75). Sum of RGB (Red+Green+Blue) = 102+221+75=398 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.63% from 398); Green value is 221 (86.72% from 255 or 55.53% from 398); Blue value is 75 (29.69% from 255 or 18.84% from 398); Max value from RGB is 221 - color contains mainly: green. Hex color #66DD4B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66DD4B is #9922B4. Grayscale: #A9A9A9. Windows color (decimal): -10035893 or 4971878. OLE color: 4971878.

HSL color Cylindrical-coordinate representation of color #66DD4B: hue angle of 108.9º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #66DD4B is Cyan = 0.54, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.13.

Color convert

RGB 102 221 75 -
CMYK 0.54 0 0.66 0.13
HSL 108.9º 0.68% 0.58% -
HSV(B) 108.9º 0.66% 0.87% -
XYZ 32.61 55.05 15.56 -
YUV 168.78 75.08 80.37 -
System Red Green Blue C M Y K H S L
Decimal 102 221 75 0.54 0 0.66 0.13 108.9 0.68 0.58
Hex 66 DD 4B 36 0 42 D 6D 44 3A
Octal 146 335 113 66 0 102 15 155 104 72
Binary 1100110 11011101 1001011 110110 0 1000010 1101 1101101 1000100 111010

Color Harmonies of #66DD4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66DD4B

Black with #66DD4B

Text Example


Text Example

White with #66DD4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,221,75); }

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

background-color css

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

 a { background-color: rgb(102,221,75); }

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

border-color css

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

 span { border-color: rgb(102,221,75); }

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