Html Css Color HEX #45ED21 Harlequin

📋 copy color: '#45ED21'

red 69 ◦ green 237 ◦ blue 33

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

Shades of Harlequin #45ED21

Tints of Harlequin #45ED21

RGB

 RED value IS 69 (27.34% from 255) = 20.35%

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

 BLUE value IS 33 (13.28% from 255) = 9.73%

R = 20.35%
G = 69.91%
B = 9.73%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#45ED21 (or 0x45ED21) is known color: Harlequin. HEX triplet: 45, ED and 21. RGB value is (69,237,33). Sum of RGB (Red+Green+Blue) = 69+237+33=339 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.35% from 339); Green value is 237 (92.97% from 255 or 69.91% from 339); Blue value is 33 (13.28% from 255 or 9.73% from 339); Max value from RGB is 237 - color contains mainly: green. Hex color #45ED21 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #45ED21 is #BA12DE. Grayscale: #A4A4A4. Windows color (decimal): -12194527 or 2223429. OLE color: 2223429.

HSL color Cylindrical-coordinate representation of color #45ED21: hue angle of 109.41º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #45ED21 is Cyan = 0.71, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.07.

Color convert

RGB 69 237 33 -
CMYK 0.71 0 0.86 0.07
HSL 109.41º 0.85% 0.53% -
HSV(B) 109.41º 0.86% 0.93% -
XYZ 33.01 61.94 11.66 -
YUV 163.51 54.34 60.59 -
System Red Green Blue C M Y K H S L
Decimal 69 237 33 0.71 0 0.86 0.07 109.41 0.85 0.53
Hex 45 ED 21 47 0 56 7 6D 55 35
Octal 105 355 41 107 0 126 7 155 125 65
Binary 1000101 11101101 100001 1000111 0 1010110 111 1101101 1010101 110101

Color Harmonies of #45ED21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45ED21

Black with #45ED21

Text Example


Text Example

White with #45ED21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #45ED21; }

 p { color: rgb(69,237,33); }

 H1.HeaderClassName
 {
   color: #45ED21;
 }
 .AnyTagClassName
 {
   color: #45ED21;
 }
</style>

background-color css

<style>
 a { background-color: #45ED21; }

 a { background-color: rgb(69,237,33); }

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

border-color css

<style>
 span { border-color: #45ED21; }

 span { border-color: rgb(69,237,33); }

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