Html Css Color HEX #45E501 Harlequin

📋 copy color: '#45E501'

red 69 ◦ green 229 ◦ blue 1

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

Shades of Harlequin #45E501

Tints of Harlequin #45E501

RGB

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

 GREEN value IS 229 (89.84% from 255) = 76.59%

 BLUE value IS 1 (0.78% from 255) = 0.33%

R = 23.08%
G = 76.59%
B = 0.33%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 1.00

 K value IS 0.10

RGB Variations

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

Color information

#45E501 (or 0x45E501) is known color: Harlequin. HEX triplet: 45, E5 and 01. RGB value is (69,229,1). Sum of RGB (Red+Green+Blue) = 69+229+1=299 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.08% from 299); Green value is 229 (89.84% from 255 or 76.59% from 299); Blue value is 1 (0.78% from 255 or 0.33% from 299); Max value from RGB is 229 - color contains mainly: green. Hex color #45E501 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #45E501 is #BA1AFE. Grayscale: #9B9B9B. Windows color (decimal): -12196607 or 124229. OLE color: 124229.

HSL color Cylindrical-coordinate representation of color #45E501: hue angle of 102.11º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #45E501 is Cyan = 0.70, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.10.

Color convert

RGB 69 229 1 -
CMYK 0.70 0 1.00 0.10
HSL 102.11º 0.99% 0.45% -
HSV(B) 102.11º 1% 0.9% -
XYZ 30.48 57.31 9.48 -
YUV 155.17 40.99 66.54 -
System Red Green Blue C M Y K H S L
Decimal 69 229 1 0.70 0 1.00 0.10 102.11 0.99 0.45
Hex 45 E5 1 46 0 64 A 66 63 2D
Octal 105 345 1 106 0 144 12 146 143 55
Binary 1000101 11100101 1 1000110 0 1100100 1010 1100110 1100011 101101

Color Harmonies of #45E501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45E501

Black with #45E501

Text Example


Text Example

White with #45E501

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,229,1); }

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

background-color css

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

 a { background-color: rgb(69,229,1); }

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

border-color css

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

 span { border-color: rgb(69,229,1); }

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