Html Css Color HEX #66CA34 Apple

📋 copy color: '#66CA34'

red 102 ◦ green 202 ◦ blue 52

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

Shades of Apple #66CA34

Tints of Apple #66CA34

RGB

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

 GREEN value IS 202 (79.3% from 255) = 56.74%

 BLUE value IS 52 (20.7% from 255) = 14.61%

R = 28.65%
G = 56.74%
B = 14.61%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.74

 K value IS 0.21

RGB Variations

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

Color information

#66CA34 (or 0x66CA34) is known color: Apple. HEX triplet: 66, CA and 34. RGB value is (102,202,52). Sum of RGB (Red+Green+Blue) = 102+202+52=356 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.65% from 356); Green value is 202 (79.30% from 255 or 56.74% from 356); Blue value is 52 (20.70% from 255 or 14.61% from 356); Max value from RGB is 202 - color contains mainly: green. Hex color #66CA34 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66CA34 is #9935CB. Grayscale: #9B9B9B. Windows color (decimal): -10040780 or 3459686. OLE color: 3459686.

HSL color Cylindrical-coordinate representation of color #66CA34: hue angle of 100º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #66CA34 is Cyan = 0.50, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.21.

Color convert

RGB 102 202 52 -
CMYK 0.50 0 0.74 0.21
HSL 100º 0.59% 0.5% -
HSV(B) 100º 0.74% 0.79% -
XYZ 27.22 45.31 10.56 -
YUV 155 69.87 90.2 -
System Red Green Blue C M Y K H S L
Decimal 102 202 52 0.50 0 0.74 0.21 100 0.59 0.5
Hex 66 CA 34 32 0 4A 15 64 3B 32
Octal 146 312 64 62 0 112 25 144 73 62
Binary 1100110 11001010 110100 110010 0 1001010 10101 1100100 111011 110010

Color Harmonies of #66CA34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66CA34

Black with #66CA34

Text Example


Text Example

White with #66CA34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,202,52); }

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

background-color css

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

 a { background-color: rgb(102,202,52); }

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

border-color css

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

 span { border-color: rgb(102,202,52); }

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