Html Css Color HEX #55FD31 Harlequin

📋 copy color: '#55FD31'

red 85 ◦ green 253 ◦ blue 49

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

Shades of Harlequin #55FD31

Tints of Harlequin #55FD31

RGB

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

 GREEN value IS 253 (99.22% from 255) = 65.37%

 BLUE value IS 49 (19.53% from 255) = 12.66%

R = 21.96%
G = 65.37%
B = 12.66%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#55FD31 (or 0x55FD31) is known color: Harlequin. HEX triplet: 55, FD and 31. RGB value is (85,253,49). Sum of RGB (Red+Green+Blue) = 85+253+49=387 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.96% from 387); Green value is 253 (99.22% from 255 or 65.37% from 387); Blue value is 49 (19.53% from 255 or 12.66% from 387); Max value from RGB is 253 - color contains mainly: green. Hex color #55FD31 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #55FD31 is #AA02CE. Grayscale: #B4B4B4. Windows color (decimal): -11141839 or 3276117. OLE color: 3276117.

HSL color Cylindrical-coordinate representation of color #55FD31: hue angle of 109.41º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #55FD31 is Cyan = 0.66, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.01.

Color convert

RGB 85 253 49 -
CMYK 0.66 0 0.81 0.01
HSL 109.41º 0.98% 0.59% -
HSV(B) 109.41º 0.81% 0.99% -
XYZ 39.43 72.4 14.8 -
YUV 179.51 54.34 60.59 -
System Red Green Blue C M Y K H S L
Decimal 85 253 49 0.66 0 0.81 0.01 109.41 0.98 0.59
Hex 55 FD 31 42 0 51 1 6D 62 3B
Octal 125 375 61 102 0 121 1 155 142 73
Binary 1010101 11111101 110001 1000010 0 1010001 1 1101101 1100010 111011

Color Harmonies of #55FD31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55FD31

Black with #55FD31

Text Example


Text Example

White with #55FD31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,253,49); }

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

background-color css

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

 a { background-color: rgb(85,253,49); }

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

border-color css

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

 span { border-color: rgb(85,253,49); }

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