Html Css Color HEX #55ED28 Harlequin

📋 copy color: '#55ED28'

red 85 ◦ green 237 ◦ blue 40

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

Shades of Harlequin #55ED28

Tints of Harlequin #55ED28

RGB

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

 GREEN value IS 237 (92.97% from 255) = 65.47%

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

R = 23.48%
G = 65.47%
B = 11.05%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.83

 K value IS 0.07

RGB Variations

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

Color information

#55ED28 (or 0x55ED28) is known color: Harlequin. HEX triplet: 55, ED and 28. RGB value is (85,237,40). Sum of RGB (Red+Green+Blue) = 85+237+40=362 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.48% from 362); Green value is 237 (92.97% from 255 or 65.47% from 362); Blue value is 40 (16.02% from 255 or 11.05% from 362); Max value from RGB is 237 - color contains mainly: green. Hex color #55ED28 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #55ED28 is #AA12D7. Grayscale: #A9A9A9. Windows color (decimal): -11145944 or 2682197. OLE color: 2682197.

HSL color Cylindrical-coordinate representation of color #55ED28: hue angle of 106.29º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #55ED28 is Cyan = 0.64, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.07.

Color convert

RGB 85 237 40 -
CMYK 0.64 0 0.83 0.07
HSL 106.29º 0.85% 0.54% -
HSV(B) 106.29º 0.83% 0.93% -
XYZ 34.41 62.65 12.29 -
YUV 169.09 55.14 68.02 -
System Red Green Blue C M Y K H S L
Decimal 85 237 40 0.64 0 0.83 0.07 106.29 0.85 0.54
Hex 55 ED 28 40 0 53 7 6A 55 36
Octal 125 355 50 100 0 123 7 152 125 66
Binary 1010101 11101101 101000 1000000 0 1010011 111 1101010 1010101 110110

Color Harmonies of #55ED28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55ED28

Black with #55ED28

Text Example


Text Example

White with #55ED28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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