Html Css Color HEX #55F127 Harlequin

📋 copy color: '#55F127'

red 85 ◦ green 241 ◦ blue 39

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

Shades of Harlequin #55F127

Tints of Harlequin #55F127

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 10.68%

R = 23.29%
G = 66.03%
B = 10.68%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.84

 K value IS 0.05

RGB Variations

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

Color information

#55F127 (or 0x55F127) is known color: Harlequin. HEX triplet: 55, F1 and 27. RGB value is (85,241,39). Sum of RGB (Red+Green+Blue) = 85+241+39=365 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.29% from 365); Green value is 241 (94.53% from 255 or 66.03% from 365); Blue value is 39 (15.62% from 255 or 10.68% from 365); Max value from RGB is 241 - color contains mainly: green. Hex color #55F127 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #55F127 is #AA0ED8. Grayscale: #ABABAB. Windows color (decimal): -11144921 or 2617685. OLE color: 2617685.

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

Color convert

RGB 85 241 39 -
CMYK 0.65 0 0.84 0.05
HSL 106.34º 0.88% 0.55% -
HSV(B) 106.34º 0.84% 0.95% -
XYZ 35.57 64.99 12.59 -
YUV 171.33 53.32 66.43 -
System Red Green Blue C M Y K H S L
Decimal 85 241 39 0.65 0 0.84 0.05 106.34 0.88 0.55
Hex 55 F1 27 41 0 54 5 6A 58 37
Octal 125 361 47 101 0 124 5 152 130 67
Binary 1010101 11110001 100111 1000001 0 1010100 101 1101010 1011000 110111

Color Harmonies of #55F127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55F127

Black with #55F127

Text Example


Text Example

White with #55F127

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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