Html Css Color HEX #55D344 Apple

📋 copy color: '#55D344'

red 85 ◦ green 211 ◦ blue 68

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

Shades of Apple #55D344

Tints of Apple #55D344

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 18.68%

R = 23.35%
G = 57.97%
B = 18.68%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.68

 K value IS 0.17

RGB Variations

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

Color information

#55D344 (or 0x55D344) is known color: Apple. HEX triplet: 55, D3 and 44. RGB value is (85,211,68). Sum of RGB (Red+Green+Blue) = 85+211+68=364 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.35% from 364); Green value is 211 (82.81% from 255 or 57.97% from 364); Blue value is 68 (26.95% from 255 or 18.68% from 364); Max value from RGB is 211 - color contains mainly: green. Hex color #55D344 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55D344 is #AA2CBB. Grayscale: #9D9D9D. Windows color (decimal): -11152572 or 4510549. OLE color: 4510549.

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

Color convert

RGB 85 211 68 -
CMYK 0.60 0 0.68 0.17
HSL 112.87º 0.62% 0.55% -
HSV(B) 112.87º 0.68% 0.83% -
XYZ 28.08 48.94 13.43 -
YUV 157.02 77.76 76.63 -
System Red Green Blue C M Y K H S L
Decimal 85 211 68 0.60 0 0.68 0.17 112.87 0.62 0.55
Hex 55 D3 44 3C 0 44 11 71 3E 37
Octal 125 323 104 74 0 104 21 161 76 67
Binary 1010101 11010011 1000100 111100 0 1000100 10001 1110001 111110 110111

Color Harmonies of #55D344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55D344

Black with #55D344

Text Example


Text Example

White with #55D344

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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