Html Css Color HEX #55D24E Apple

📋 copy color: '#55D24E'

red 85 ◦ green 210 ◦ blue 78

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

Shades of Apple #55D24E

Tints of Apple #55D24E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 20.91%

R = 22.79%
G = 56.3%
B = 20.91%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.63

 K value IS 0.18

RGB Variations

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

Color information

#55D24E (or 0x55D24E) is known color: Apple. HEX triplet: 55, D2 and 4E. RGB value is (85,210,78). Sum of RGB (Red+Green+Blue) = 85+210+78=373 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.79% from 373); Green value is 210 (82.42% from 255 or 56.30% from 373); Blue value is 78 (30.86% from 255 or 20.91% from 373); Max value from RGB is 210 - color contains mainly: green. Hex color #55D24E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55D24E is #AA2DB1. Grayscale: #9D9D9D. Windows color (decimal): -11152818 or 5165653. OLE color: 5165653.

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

Color convert

RGB 85 210 78 -
CMYK 0.60 0 0.63 0.18
HSL 116.82º 0.59% 0.56% -
HSV(B) 116.82º 0.63% 0.82% -
XYZ 28.17 48.57 15.1 -
YUV 157.58 83.09 76.23 -
System Red Green Blue C M Y K H S L
Decimal 85 210 78 0.60 0 0.63 0.18 116.82 0.59 0.56
Hex 55 D2 4E 3C 0 3F 12 75 3B 38
Octal 125 322 116 74 0 77 22 165 73 70
Binary 1010101 11010010 1001110 111100 0 111111 10010 1110101 111011 111000

Color Harmonies of #55D24E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55D24E

Black with #55D24E

Text Example


Text Example

White with #55D24E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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