Html Css Color HEX #55CC42 Apple

📋 copy color: '#55CC42'

red 85 ◦ green 204 ◦ blue 66

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

Shades of Apple #55CC42

Tints of Apple #55CC42

RGB

 RED value IS 85 (33.59% from 255) = 23.94%

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

 BLUE value IS 66 (26.17% from 255) = 18.59%

R = 23.94%
G = 57.46%
B = 18.59%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.68

 K value IS 0.2

RGB Variations

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

Color information

#55CC42 (or 0x55CC42) is known color: Apple. HEX triplet: 55, CC and 42. RGB value is (85,204,66). Sum of RGB (Red+Green+Blue) = 85+204+66=355 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.94% from 355); Green value is 204 (80.08% from 255 or 57.46% from 355); Blue value is 66 (26.17% from 255 or 18.59% from 355); Max value from RGB is 204 - color contains mainly: green. Hex color #55CC42 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55CC42 is #AA33BD. Grayscale: #999999. Windows color (decimal): -11154366 or 4377685. OLE color: 4377685.

HSL color Cylindrical-coordinate representation of color #55CC42: hue angle of 111.74º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #55CC42 is Cyan = 0.58, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.2.

Color convert

RGB 85 204 66 -
CMYK 0.58 0 0.68 0.2
HSL 111.74º 0.58% 0.53% -
HSV(B) 111.74º 0.68% 0.8% -
XYZ 26.32 45.51 12.55 -
YUV 152.69 79.08 79.72 -
System Red Green Blue C M Y K H S L
Decimal 85 204 66 0.58 0 0.68 0.2 111.74 0.58 0.53
Hex 55 CC 42 3A 0 44 14 70 3A 35
Octal 125 314 102 72 0 104 24 160 72 65
Binary 1010101 11001100 1000010 111010 0 1000100 10100 1110000 111010 110101

Color Harmonies of #55CC42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55CC42

Black with #55CC42

Text Example


Text Example

White with #55CC42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55CC42; }

 p { color: rgb(85,204,66); }

 H1.HeaderClassName
 {
   color: #55CC42;
 }
 .AnyTagClassName
 {
   color: #55CC42;
 }
</style>

background-color css

<style>
 a { background-color: #55CC42; }

 a { background-color: rgb(85,204,66); }

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

border-color css

<style>
 span { border-color: #55CC42; }

 span { border-color: rgb(85,204,66); }

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