Html Css Color HEX #55F12C Harlequin

📋 copy color: '#55F12C'

red 85 ◦ green 241 ◦ blue 44

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

Shades of Harlequin #55F12C

Tints of Harlequin #55F12C

RGB

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

 GREEN value IS 241 (94.53% from 255) = 65.14%

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

R = 22.97%
G = 65.14%
B = 11.89%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.82

 K value IS 0.05

RGB Variations

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

Color information

#55F12C (or 0x55F12C) is known color: Harlequin. HEX triplet: 55, F1 and 2C. RGB value is (85,241,44). Sum of RGB (Red+Green+Blue) = 85+241+44=370 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.97% from 370); Green value is 241 (94.53% from 255 or 65.14% from 370); Blue value is 44 (17.58% from 255 or 11.89% from 370); Max value from RGB is 241 - color contains mainly: green. Hex color #55F12C is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #55F12C is #AA0ED3. Grayscale: #ACACAC. Windows color (decimal): -11144916 or 2945365. OLE color: 2945365.

HSL color Cylindrical-coordinate representation of color #55F12C: hue angle of 107.51º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #55F12C is Cyan = 0.65, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.05.

Color convert

RGB 85 241 44 -
CMYK 0.65 0 0.82 0.05
HSL 107.51º 0.88% 0.56% -
HSV(B) 107.51º 0.82% 0.95% -
XYZ 35.66 65.02 13.05 -
YUV 171.9 55.82 66.02 -
System Red Green Blue C M Y K H S L
Decimal 85 241 44 0.65 0 0.82 0.05 107.51 0.88 0.56
Hex 55 F1 2C 41 0 52 5 6C 58 38
Octal 125 361 54 101 0 122 5 154 130 70
Binary 1010101 11110001 101100 1000001 0 1010010 101 1101100 1011000 111000

Color Harmonies of #55F12C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55F12C

Black with #55F12C

Text Example


Text Example

White with #55F12C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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