Html Css Color HEX #55D548 Apple

📋 copy color: '#55D548'

red 85 ◦ green 213 ◦ blue 72

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

Shades of Apple #55D548

Tints of Apple #55D548

RGB

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

 GREEN value IS 213 (83.59% from 255) = 57.57%

 BLUE value IS 72 (28.52% from 255) = 19.46%

R = 22.97%
G = 57.57%
B = 19.46%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#55D548 (or 0x55D548) is known color: Apple. HEX triplet: 55, D5 and 48. RGB value is (85,213,72). Sum of RGB (Red+Green+Blue) = 85+213+72=370 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.97% from 370); Green value is 213 (83.59% from 255 or 57.57% from 370); Blue value is 72 (28.52% from 255 or 19.46% from 370); Max value from RGB is 213 - color contains mainly: green. Hex color #55D548 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55D548 is #AA2AB7. Grayscale: #9F9F9F. Windows color (decimal): -11152056 or 4773205. OLE color: 4773205.

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

Color convert

RGB 85 213 72 -
CMYK 0.60 0 0.66 0.16
HSL 114.47º 0.63% 0.56% -
HSV(B) 114.47º 0.66% 0.84% -
XYZ 28.71 49.99 14.27 -
YUV 158.65 79.09 75.46 -
System Red Green Blue C M Y K H S L
Decimal 85 213 72 0.60 0 0.66 0.16 114.47 0.63 0.56
Hex 55 D5 48 3C 0 42 10 72 3F 38
Octal 125 325 110 74 0 102 20 162 77 70
Binary 1010101 11010101 1001000 111100 0 1000010 10000 1110010 111111 111000

Color Harmonies of #55D548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55D548

Black with #55D548

Text Example


Text Example

White with #55D548

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,213,72); }

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

background-color css

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

 a { background-color: rgb(85,213,72); }

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

border-color css

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

 span { border-color: rgb(85,213,72); }

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