Html Css Color HEX #55D250 Apple

📋 copy color: '#55D250'

red 85 ◦ green 210 ◦ blue 80

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

Shades of Apple #55D250

Tints of Apple #55D250

RGB

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

 GREEN value IS 210 (82.42% from 255) = 56%

 BLUE value IS 80 (31.64% from 255) = 21.33%

R = 22.67%
G = 56%
B = 21.33%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#55D250 (or 0x55D250) is known color: Apple. HEX triplet: 55, D2 and 50. RGB value is (85,210,80). Sum of RGB (Red+Green+Blue) = 85+210+80=375 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.67% from 375); Green value is 210 (82.42% from 255 or 56% from 375); Blue value is 80 (31.64% from 255 or 21.33% from 375); Max value from RGB is 210 - color contains mainly: green. Hex color #55D250 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55D250 is #AA2DAF. Grayscale: #9E9E9E. Windows color (decimal): -11152816 or 5296725. OLE color: 5296725.

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

Color convert

RGB 85 210 80 -
CMYK 0.60 0 0.62 0.18
HSL 117.69º 0.59% 0.57% -
HSV(B) 117.69º 0.62% 0.82% -
XYZ 28.24 48.6 15.48 -
YUV 157.81 84.09 76.07 -
System Red Green Blue C M Y K H S L
Decimal 85 210 80 0.60 0 0.62 0.18 117.69 0.59 0.57
Hex 55 D2 50 3C 0 3E 12 76 3B 39
Octal 125 322 120 74 0 76 22 166 73 71
Binary 1010101 11010010 1010000 111100 0 111110 10010 1110110 111011 111001

Color Harmonies of #55D250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55D250

Black with #55D250

Text Example


Text Example

White with #55D250

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,210,80); }

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

background-color css

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

 a { background-color: rgb(85,210,80); }

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

border-color css

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

 span { border-color: rgb(85,210,80); }

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