Html Css Color HEX #66DE42 Apple

📋 copy color: '#66DE42'

red 102 ◦ green 222 ◦ blue 66

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

Shades of Apple #66DE42

Tints of Apple #66DE42

RGB

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

 GREEN value IS 222 (87.11% from 255) = 56.92%

 BLUE value IS 66 (26.17% from 255) = 16.92%

R = 26.15%
G = 56.92%
B = 16.92%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#66DE42 (or 0x66DE42) is known color: Apple. HEX triplet: 66, DE and 42. RGB value is (102,222,66). Sum of RGB (Red+Green+Blue) = 102+222+66=390 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.15% from 390); Green value is 222 (87.11% from 255 or 56.92% from 390); Blue value is 66 (26.17% from 255 or 16.92% from 390); Max value from RGB is 222 - color contains mainly: green. Hex color #66DE42 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66DE42 is #9921BD. Grayscale: #A8A8A8. Windows color (decimal): -10035646 or 4382310. OLE color: 4382310.

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

Color convert

RGB 102 222 66 -
CMYK 0.54 0 0.70 0.13
HSL 106.15º 0.7% 0.56% -
HSV(B) 106.15º 0.7% 0.87% -
XYZ 32.58 55.46 14.14 -
YUV 168.34 70.24 80.68 -
System Red Green Blue C M Y K H S L
Decimal 102 222 66 0.54 0 0.70 0.13 106.15 0.7 0.56
Hex 66 DE 42 36 0 46 D 6A 46 38
Octal 146 336 102 66 0 106 15 152 106 70
Binary 1100110 11011110 1000010 110110 0 1000110 1101 1101010 1000110 111000

Color Harmonies of #66DE42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66DE42

Black with #66DE42

Text Example


Text Example

White with #66DE42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,222,66); }

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

background-color css

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

 a { background-color: rgb(102,222,66); }

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

border-color css

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

 span { border-color: rgb(102,222,66); }

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