Html Css Color HEX #66CC53 Apple

📋 copy color: '#66CC53'

red 102 ◦ green 204 ◦ blue 83

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

Shades of Apple #66CC53

Tints of Apple #66CC53

RGB

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

 GREEN value IS 204 (80.08% from 255) = 52.44%

 BLUE value IS 83 (32.81% from 255) = 21.34%

R = 26.22%
G = 52.44%
B = 21.34%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.59

 K value IS 0.2

RGB Variations

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

Color information

#66CC53 (or 0x66CC53) is known color: Apple. HEX triplet: 66, CC and 53. RGB value is (102,204,83). Sum of RGB (Red+Green+Blue) = 102+204+83=389 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.22% from 389); Green value is 204 (80.08% from 255 or 52.44% from 389); Blue value is 83 (32.81% from 255 or 21.34% from 389); Max value from RGB is 204 - color contains mainly: green. Hex color #66CC53 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66CC53 is #9933AC. Grayscale: #A0A0A0. Windows color (decimal): -10040237 or 5491814. OLE color: 5491814.

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

Color convert

RGB 102 204 83 -
CMYK 0.5 0 0.59 0.2
HSL 110.58º 0.54% 0.56% -
HSV(B) 110.58º 0.59% 0.8% -
XYZ 28.63 46.64 15.68 -
YUV 159.71 84.71 86.84 -
System Red Green Blue C M Y K H S L
Decimal 102 204 83 0.5 0 0.59 0.2 110.58 0.54 0.56
Hex 66 CC 53 32 0 3B 14 6F 36 38
Octal 146 314 123 62 0 73 24 157 66 70
Binary 1100110 11001100 1010011 110010 0 111011 10100 1101111 110110 111000

Color Harmonies of #66CC53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66CC53

Black with #66CC53

Text Example


Text Example

White with #66CC53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,204,83); }

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

background-color css

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

 a { background-color: rgb(102,204,83); }

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

border-color css

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

 span { border-color: rgb(102,204,83); }

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