Html Css Color HEX #45BE00 Kelly Green

📋 copy color: '#45BE00'

red 69 ◦ green 190 ◦ blue 0

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

Shades of Kelly Green #45BE00

Tints of Kelly Green #45BE00

RGB

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

 GREEN value IS 190 (74.61% from 255) = 73.36%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 26.64%
G = 73.36%
B = 0%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 1

 K value IS 0.25

RGB Variations

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

Color information

#45BE00 (or 0x45BE00) is known color: Kelly Green. HEX triplet: 45, BE and 00. RGB value is (69,190,0). Sum of RGB (Red+Green+Blue) = 69+190+0=259 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.64% from 259); Green value is 190 (74.61% from 255 or 73.36% from 259); Blue value is 0 (0.39% from 255 or 0% from 259); Max value from RGB is 190 - color contains mainly: green. Hex color #45BE00 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #45BE00 is #BA41FF. Grayscale: #848484. Windows color (decimal): -12206592 or 48709. OLE color: 48709.

HSL color Cylindrical-coordinate representation of color #45BE00: hue angle of 98.21º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #45BE00 is Cyan = 0.64, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.25.

Color convert

RGB 69 190 0 -
CMYK 0.64 0 1 0.25
HSL 98.21º 1% 0.37% -
HSV(B) 98.21º 1% 0.75% -
XYZ 20.87 38.09 6.25 -
YUV 132.16 53.41 82.95 -
System Red Green Blue C M Y K H S L
Decimal 69 190 0 0.64 0 1 0.25 98.21 1 0.37
Hex 45 BE 0 40 0 64 19 62 64 25
Octal 105 276 0 100 0 144 31 142 144 45
Binary 1000101 10111110 0 1000000 0 1100100 11001 1100010 1100100 100101

Color Harmonies of #45BE00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45BE00

Black with #45BE00

Text Example


Text Example

White with #45BE00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,190,0); }

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

background-color css

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

 a { background-color: rgb(69,190,0); }

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

border-color css

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

 span { border-color: rgb(69,190,0); }

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