Html Css Color HEX #45E014 Harlequin

📋 copy color: '#45E014'

red 69 ◦ green 224 ◦ blue 20

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

Shades of Harlequin #45E014

Tints of Harlequin #45E014

RGB

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

 GREEN value IS 224 (87.89% from 255) = 71.57%

 BLUE value IS 20 (8.2% from 255) = 6.39%

R = 22.04%
G = 71.57%
B = 6.39%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.91

 K value IS 0.12

RGB Variations

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

Color information

#45E014 (or 0x45E014) is known color: Harlequin. HEX triplet: 45, E0 and 14. RGB value is (69,224,20). Sum of RGB (Red+Green+Blue) = 69+224+20=313 (41% of max value = 765). Red value is 69 (27.34% from 255 or 22.04% from 313); Green value is 224 (87.89% from 255 or 71.57% from 313); Blue value is 20 (8.20% from 255 or 6.39% from 313); Max value from RGB is 224 - color contains mainly: green. Hex color #45E014 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #45E014 is #BA1FEB. Grayscale: #9B9B9B. Windows color (decimal): -12197868 or 1368133. OLE color: 1368133.

HSL color Cylindrical-coordinate representation of color #45E014: hue angle of 105.59º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #45E014 is Cyan = 0.69, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.12.

Color convert

RGB 69 224 20 -
CMYK 0.69 0 0.91 0.12
HSL 105.59º 0.84% 0.48% -
HSV(B) 105.59º 0.91% 0.88% -
XYZ 29.24 54.63 9.66 -
YUV 154.4 52.15 67.09 -
System Red Green Blue C M Y K H S L
Decimal 69 224 20 0.69 0 0.91 0.12 105.59 0.84 0.48
Hex 45 E0 14 45 0 5B C 6A 54 30
Octal 105 340 24 105 0 133 14 152 124 60
Binary 1000101 11100000 10100 1000101 0 1011011 1100 1101010 1010100 110000

Color Harmonies of #45E014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45E014

Black with #45E014

Text Example


Text Example

White with #45E014

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,224,20); }

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

background-color css

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

 a { background-color: rgb(69,224,20); }

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

border-color css

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

 span { border-color: rgb(69,224,20); }

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