Html Css Color HEX #66CE48 Apple

📋 copy color: '#66CE48'

red 102 ◦ green 206 ◦ blue 72

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

Shades of Apple #66CE48

Tints of Apple #66CE48

RGB

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

 GREEN value IS 206 (80.86% from 255) = 54.21%

 BLUE value IS 72 (28.52% from 255) = 18.95%

R = 26.84%
G = 54.21%
B = 18.95%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#66CE48 (or 0x66CE48) is known color: Apple. HEX triplet: 66, CE and 48. RGB value is (102,206,72). Sum of RGB (Red+Green+Blue) = 102+206+72=380 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.84% from 380); Green value is 206 (80.86% from 255 or 54.21% from 380); Blue value is 72 (28.52% from 255 or 18.95% from 380); Max value from RGB is 206 - color contains mainly: green. Hex color #66CE48 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66CE48 is #9931B7. Grayscale: #A0A0A0. Windows color (decimal): -10039736 or 4771430. OLE color: 4771430.

HSL color Cylindrical-coordinate representation of color #66CE48: hue angle of 106.57º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #66CE48 is Cyan = 0.50, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.19.

Color convert

RGB 102 206 72 -
CMYK 0.50 0 0.65 0.19
HSL 106.57º 0.58% 0.55% -
HSV(B) 106.57º 0.65% 0.81% -
XYZ 28.72 47.44 13.77 -
YUV 159.63 78.54 86.9 -
System Red Green Blue C M Y K H S L
Decimal 102 206 72 0.50 0 0.65 0.19 106.57 0.58 0.55
Hex 66 CE 48 32 0 41 13 6B 3A 37
Octal 146 316 110 62 0 101 23 153 72 67
Binary 1100110 11001110 1001000 110010 0 1000001 10011 1101011 111010 110111

Color Harmonies of #66CE48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66CE48

Black with #66CE48

Text Example


Text Example

White with #66CE48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,206,72); }

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

background-color css

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

 a { background-color: rgb(102,206,72); }

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

border-color css

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

 span { border-color: rgb(102,206,72); }

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