Html Css Color HEX #66CE4A Apple

📋 copy color: '#66CE4A'

red 102 ◦ green 206 ◦ blue 74

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

Shades of Apple #66CE4A

Tints of Apple #66CE4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 19.37%

R = 26.7%
G = 53.93%
B = 19.37%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.64

 K value IS 0.19

RGB Variations

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

Color information

#66CE4A (or 0x66CE4A) is known color: Apple. HEX triplet: 66, CE and 4A. RGB value is (102,206,74). Sum of RGB (Red+Green+Blue) = 102+206+74=382 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.70% from 382); Green value is 206 (80.86% from 255 or 53.93% from 382); Blue value is 74 (29.30% from 255 or 19.37% from 382); Max value from RGB is 206 - color contains mainly: green. Hex color #66CE4A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66CE4A is #9931B5. Grayscale: #A0A0A0. Windows color (decimal): -10039734 or 4902502. OLE color: 4902502.

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

Color convert

RGB 102 206 74 -
CMYK 0.50 0 0.64 0.19
HSL 107.27º 0.57% 0.55% -
HSV(B) 107.27º 0.64% 0.81% -
XYZ 28.79 47.46 14.12 -
YUV 159.86 79.54 86.73 -
System Red Green Blue C M Y K H S L
Decimal 102 206 74 0.50 0 0.64 0.19 107.27 0.57 0.55
Hex 66 CE 4A 32 0 40 13 6B 39 37
Octal 146 316 112 62 0 100 23 153 71 67
Binary 1100110 11001110 1001010 110010 0 1000000 10011 1101011 111001 110111

Color Harmonies of #66CE4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66CE4A

Black with #66CE4A

Text Example


Text Example

White with #66CE4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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