Html Css Color HEX #66CB34 Apple

📋 copy color: '#66CB34'

red 102 ◦ green 203 ◦ blue 52

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

Shades of Apple #66CB34

Tints of Apple #66CB34

RGB

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

 GREEN value IS 203 (79.69% from 255) = 56.86%

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

R = 28.57%
G = 56.86%
B = 14.57%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.74

 K value IS 0.20

RGB Variations

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

Color information

#66CB34 (or 0x66CB34) is known color: Apple. HEX triplet: 66, CB and 34. RGB value is (102,203,52). Sum of RGB (Red+Green+Blue) = 102+203+52=357 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.57% from 357); Green value is 203 (79.69% from 255 or 56.86% from 357); Blue value is 52 (20.70% from 255 or 14.57% from 357); Max value from RGB is 203 - color contains mainly: green. Hex color #66CB34 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66CB34 is #9934CB. Grayscale: #9C9C9C. Windows color (decimal): -10040524 or 3459942. OLE color: 3459942.

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

Color convert

RGB 102 203 52 -
CMYK 0.50 0 0.74 0.20
HSL 100.13º 0.59% 0.5% -
HSV(B) 100.13º 0.74% 0.8% -
XYZ 27.46 45.78 10.64 -
YUV 155.59 69.54 89.78 -
System Red Green Blue C M Y K H S L
Decimal 102 203 52 0.50 0 0.74 0.20 100.13 0.59 0.5
Hex 66 CB 34 32 0 4A 14 64 3B 32
Octal 146 313 64 62 0 112 24 144 73 62
Binary 1100110 11001011 110100 110010 0 1001010 10100 1100100 111011 110010

Color Harmonies of #66CB34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66CB34

Black with #66CB34

Text Example


Text Example

White with #66CB34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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