Html Css Color HEX #66CF42 Apple

📋 copy color: '#66CF42'

red 102 ◦ green 207 ◦ blue 66

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

Shades of Apple #66CF42

Tints of Apple #66CF42

RGB

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

 GREEN value IS 207 (81.25% from 255) = 55.2%

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

R = 27.2%
G = 55.2%
B = 17.6%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.68

 K value IS 0.19

RGB Variations

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

Color information

#66CF42 (or 0x66CF42) is known color: Apple. HEX triplet: 66, CF and 42. RGB value is (102,207,66). Sum of RGB (Red+Green+Blue) = 102+207+66=375 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.2% from 375); Green value is 207 (81.25% from 255 or 55.2% from 375); Blue value is 66 (26.17% from 255 or 17.6% from 375); Max value from RGB is 207 - color contains mainly: green. Hex color #66CF42 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66CF42 is #9930BD. Grayscale: #9F9F9F. Windows color (decimal): -10039486 or 4378470. OLE color: 4378470.

HSL color Cylindrical-coordinate representation of color #66CF42: hue angle of 104.68º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #66CF42 is Cyan = 0.51, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.19.

Color convert

RGB 102 207 66 -
CMYK 0.51 0 0.68 0.19
HSL 104.68º 0.59% 0.54% -
HSV(B) 104.68º 0.68% 0.81% -
XYZ 28.78 47.84 12.87 -
YUV 159.53 75.21 86.96 -
System Red Green Blue C M Y K H S L
Decimal 102 207 66 0.51 0 0.68 0.19 104.68 0.59 0.54
Hex 66 CF 42 33 0 44 13 69 3B 36
Octal 146 317 102 63 0 104 23 151 73 66
Binary 1100110 11001111 1000010 110011 0 1000100 10011 1101001 111011 110110

Color Harmonies of #66CF42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66CF42

Black with #66CF42

Text Example


Text Example

White with #66CF42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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