Html Css Color HEX #55F828 Harlequin

📋 copy color: '#55F828'

red 85 ◦ green 248 ◦ blue 40

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

Shades of Harlequin #55F828

Tints of Harlequin #55F828

RGB

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

 GREEN value IS 248 (97.27% from 255) = 66.49%

 BLUE value IS 40 (16.02% from 255) = 10.72%

R = 22.79%
G = 66.49%
B = 10.72%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.84

 K value IS 0.03

RGB Variations

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

Color information

#55F828 (or 0x55F828) is known color: Harlequin. HEX triplet: 55, F8 and 28. RGB value is (85,248,40). Sum of RGB (Red+Green+Blue) = 85+248+40=373 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.79% from 373); Green value is 248 (97.27% from 255 or 66.49% from 373); Blue value is 40 (16.02% from 255 or 10.72% from 373); Max value from RGB is 248 - color contains mainly: green. Hex color #55F828 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #55F828 is #AA07D7. Grayscale: #B0B0B0. Windows color (decimal): -11143128 or 2685013. OLE color: 2685013.

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

Color convert

RGB 85 248 40 -
CMYK 0.66 0 0.84 0.03
HSL 107.02º 0.94% 0.56% -
HSV(B) 107.02º 0.84% 0.97% -
XYZ 37.7 69.22 13.38 -
YUV 175.55 51.5 63.41 -
System Red Green Blue C M Y K H S L
Decimal 85 248 40 0.66 0 0.84 0.03 107.02 0.94 0.56
Hex 55 F8 28 42 0 54 3 6B 5E 38
Octal 125 370 50 102 0 124 3 153 136 70
Binary 1010101 11111000 101000 1000010 0 1010100 11 1101011 1011110 111000

Color Harmonies of #55F828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55F828

Black with #55F828

Text Example


Text Example

White with #55F828

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,248,40); }

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

background-color css

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

 a { background-color: rgb(85,248,40); }

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

border-color css

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

 span { border-color: rgb(85,248,40); }

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