Html Css Color HEX #55F52C Harlequin

📋 copy color: '#55F52C'

red 85 ◦ green 245 ◦ blue 44

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

Shades of Harlequin #55F52C

Tints of Harlequin #55F52C

RGB

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

 GREEN value IS 245 (96.09% from 255) = 65.51%

 BLUE value IS 44 (17.58% from 255) = 11.76%

R = 22.73%
G = 65.51%
B = 11.76%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.82

 K value IS 0.04

RGB Variations

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

Color information

#55F52C (or 0x55F52C) is known color: Harlequin. HEX triplet: 55, F5 and 2C. RGB value is (85,245,44). Sum of RGB (Red+Green+Blue) = 85+245+44=374 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.73% from 374); Green value is 245 (96.09% from 255 or 65.51% from 374); Blue value is 44 (17.58% from 255 or 11.76% from 374); Max value from RGB is 245 - color contains mainly: green. Hex color #55F52C is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #55F52C is #AA0AD3. Grayscale: #AEAEAE. Windows color (decimal): -11143892 or 2946389. OLE color: 2946389.

HSL color Cylindrical-coordinate representation of color #55F52C: hue angle of 107.76º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #55F52C is Cyan = 0.65, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.04.

Color convert

RGB 85 245 44 -
CMYK 0.65 0 0.82 0.04
HSL 107.76º 0.91% 0.57% -
HSV(B) 107.76º 0.82% 0.96% -
XYZ 36.85 67.42 13.45 -
YUV 174.25 54.49 64.34 -
System Red Green Blue C M Y K H S L
Decimal 85 245 44 0.65 0 0.82 0.04 107.76 0.91 0.57
Hex 55 F5 2C 41 0 52 4 6C 5B 39
Octal 125 365 54 101 0 122 4 154 133 71
Binary 1010101 11110101 101100 1000001 0 1010010 100 1101100 1011011 111001

Color Harmonies of #55F52C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55F52C

Black with #55F52C

Text Example


Text Example

White with #55F52C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,245,44); }

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

background-color css

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

 a { background-color: rgb(85,245,44); }

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

border-color css

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

 span { border-color: rgb(85,245,44); }

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