Html Css Color HEX #55F72F Harlequin

📋 copy color: '#55F72F'

red 85 ◦ green 247 ◦ blue 47

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

Shades of Harlequin #55F72F

Tints of Harlequin #55F72F

RGB

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

 GREEN value IS 247 (96.88% from 255) = 65.17%

 BLUE value IS 47 (18.75% from 255) = 12.4%

R = 22.43%
G = 65.17%
B = 12.4%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.81

 K value IS 0.03

RGB Variations

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

Color information

#55F72F (or 0x55F72F) is known color: Harlequin. HEX triplet: 55, F7 and 2F. RGB value is (85,247,47). Sum of RGB (Red+Green+Blue) = 85+247+47=379 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.43% from 379); Green value is 247 (96.88% from 255 or 65.17% from 379); Blue value is 47 (18.75% from 255 or 12.40% from 379); Max value from RGB is 247 - color contains mainly: green. Hex color #55F72F is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #55F72F is #AA08D0. Grayscale: #B0B0B0. Windows color (decimal): -11143377 or 3143509. OLE color: 3143509.

HSL color Cylindrical-coordinate representation of color #55F72F: hue angle of 108.6º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #55F72F is Cyan = 0.66, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.03.

Color convert

RGB 85 247 47 -
CMYK 0.66 0 0.81 0.03
HSL 108.6º 0.93% 0.58% -
HSV(B) 108.6º 0.81% 0.97% -
XYZ 37.52 68.66 13.96 -
YUV 175.76 55.33 63.26 -
System Red Green Blue C M Y K H S L
Decimal 85 247 47 0.66 0 0.81 0.03 108.6 0.93 0.58
Hex 55 F7 2F 42 0 51 3 6D 5D 3A
Octal 125 367 57 102 0 121 3 155 135 72
Binary 1010101 11110111 101111 1000010 0 1010001 11 1101101 1011101 111010

Color Harmonies of #55F72F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55F72F

Black with #55F72F

Text Example


Text Example

White with #55F72F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,247,47); }

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

background-color css

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

 a { background-color: rgb(85,247,47); }

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

border-color css

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

 span { border-color: rgb(85,247,47); }

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