Html Css Color HEX #55D33C Apple

📋 copy color: '#55D33C'

red 85 ◦ green 211 ◦ blue 60

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

Shades of Apple #55D33C

Tints of Apple #55D33C

RGB

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

 GREEN value IS 211 (82.81% from 255) = 59.27%

 BLUE value IS 60 (23.83% from 255) = 16.85%

R = 23.88%
G = 59.27%
B = 16.85%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.72

 K value IS 0.17

RGB Variations

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

Color information

#55D33C (or 0x55D33C) is known color: Apple. HEX triplet: 55, D3 and 3C. RGB value is (85,211,60). Sum of RGB (Red+Green+Blue) = 85+211+60=356 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.88% from 356); Green value is 211 (82.81% from 255 or 59.27% from 356); Blue value is 60 (23.83% from 255 or 16.85% from 356); Max value from RGB is 211 - color contains mainly: green. Hex color #55D33C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55D33C is #AA2CC3. Grayscale: #9C9C9C. Windows color (decimal): -11152580 or 3986261. OLE color: 3986261.

HSL color Cylindrical-coordinate representation of color #55D33C: hue angle of 110.07º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #55D33C is Cyan = 0.60, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.17.

Color convert

RGB 85 211 60 -
CMYK 0.60 0 0.72 0.17
HSL 110.07º 0.63% 0.53% -
HSV(B) 110.07º 0.72% 0.83% -
XYZ 27.86 48.85 12.24 -
YUV 156.11 73.76 77.28 -
System Red Green Blue C M Y K H S L
Decimal 85 211 60 0.60 0 0.72 0.17 110.07 0.63 0.53
Hex 55 D3 3C 3C 0 48 11 6E 3F 35
Octal 125 323 74 74 0 110 21 156 77 65
Binary 1010101 11010011 111100 111100 0 1001000 10001 1101110 111111 110101

Color Harmonies of #55D33C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55D33C

Black with #55D33C

Text Example


Text Example

White with #55D33C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,211,60); }

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

background-color css

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

 a { background-color: rgb(85,211,60); }

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

border-color css

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

 span { border-color: rgb(85,211,60); }

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