Html Css Color HEX #55F12A Harlequin

📋 copy color: '#55F12A'

red 85 ◦ green 241 ◦ blue 42

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

Shades of Harlequin #55F12A

Tints of Harlequin #55F12A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 11.41%

R = 23.1%
G = 65.49%
B = 11.41%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#55F12A (or 0x55F12A) is known color: Harlequin. HEX triplet: 55, F1 and 2A. RGB value is (85,241,42). Sum of RGB (Red+Green+Blue) = 85+241+42=368 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.10% from 368); Green value is 241 (94.53% from 255 or 65.49% from 368); Blue value is 42 (16.80% from 255 or 11.41% from 368); Max value from RGB is 241 - color contains mainly: green. Hex color #55F12A is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #55F12A is #AA0ED5. Grayscale: #ACACAC. Windows color (decimal): -11144918 or 2814293. OLE color: 2814293.

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

Color convert

RGB 85 241 42 -
CMYK 0.65 0 0.83 0.05
HSL 107.04º 0.88% 0.55% -
HSV(B) 107.04º 0.83% 0.95% -
XYZ 35.62 65.01 12.86 -
YUV 171.67 54.82 66.18 -
System Red Green Blue C M Y K H S L
Decimal 85 241 42 0.65 0 0.83 0.05 107.04 0.88 0.55
Hex 55 F1 2A 41 0 53 5 6B 58 37
Octal 125 361 52 101 0 123 5 153 130 67
Binary 1010101 11110001 101010 1000001 0 1010011 101 1101011 1011000 110111

Color Harmonies of #55F12A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55F12A

Black with #55F12A

Text Example


Text Example

White with #55F12A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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