Html Css Color HEX #55D051 Apple

📋 copy color: '#55D051'

red 85 ◦ green 208 ◦ blue 81

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

Shades of Apple #55D051

Tints of Apple #55D051

RGB

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

 GREEN value IS 208 (81.64% from 255) = 55.61%

 BLUE value IS 81 (32.03% from 255) = 21.66%

R = 22.73%
G = 55.61%
B = 21.66%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.61

 K value IS 0.18

RGB Variations

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

Color information

#55D051 (or 0x55D051) is known color: Apple. HEX triplet: 55, D0 and 51. RGB value is (85,208,81). Sum of RGB (Red+Green+Blue) = 85+208+81=374 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.73% from 374); Green value is 208 (81.64% from 255 or 55.61% from 374); Blue value is 81 (32.03% from 255 or 21.66% from 374); Max value from RGB is 208 - color contains mainly: green. Hex color #55D051 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55D051 is #AA2FAE. Grayscale: #9D9D9D. Windows color (decimal): -11153327 or 5361749. OLE color: 5361749.

HSL color Cylindrical-coordinate representation of color #55D051: hue angle of 118.11º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #55D051 is Cyan = 0.59, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.18.

Color convert

RGB 85 208 81 -
CMYK 0.59 0 0.61 0.18
HSL 118.11º 0.57% 0.57% -
HSV(B) 118.11º 0.61% 0.82% -
XYZ 27.79 47.64 15.51 -
YUV 156.75 85.25 76.83 -
System Red Green Blue C M Y K H S L
Decimal 85 208 81 0.59 0 0.61 0.18 118.11 0.57 0.57
Hex 55 D0 51 3B 0 3D 12 76 39 39
Octal 125 320 121 73 0 75 22 166 71 71
Binary 1010101 11010000 1010001 111011 0 111101 10010 1110110 111001 111001

Color Harmonies of #55D051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55D051

Black with #55D051

Text Example


Text Example

White with #55D051

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,208,81); }

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

background-color css

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

 a { background-color: rgb(85,208,81); }

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

border-color css

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

 span { border-color: rgb(85,208,81); }

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