Html Css Color HEX #45D700 Kelly Green

📋 copy color: '#45D700'

red 69 ◦ green 215 ◦ blue 0

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

Shades of Kelly Green #45D700

Tints of Kelly Green #45D700

RGB

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

 GREEN value IS 215 (84.38% from 255) = 75.7%

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

R = 24.3%
G = 75.7%
B = 0%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 1

 K value IS 0.16

RGB Variations

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

Color information

#45D700 (or 0x45D700) is known color: Kelly Green. HEX triplet: 45, D7 and 00. RGB value is (69,215,0). Sum of RGB (Red+Green+Blue) = 69+215+0=284 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.30% from 284); Green value is 215 (84.38% from 255 or 75.70% from 284); Blue value is 0 (0.39% from 255 or 0% from 284); Max value from RGB is 215 - color contains mainly: green. Hex color #45D700 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #45D700 is #BA28FF. Grayscale: #939393. Windows color (decimal): -12200192 or 55109. OLE color: 55109.

HSL color Cylindrical-coordinate representation of color #45D700: hue angle of 100.74º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #45D700 is Cyan = 0.68, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.16.

Color convert

RGB 69 215 0 -
CMYK 0.68 0 1 0.16
HSL 100.74º 1% 0.42% -
HSV(B) 100.74º 1% 0.84% -
XYZ 26.75 49.87 8.22 -
YUV 146.84 45.13 72.48 -
System Red Green Blue C M Y K H S L
Decimal 69 215 0 0.68 0 1 0.16 100.74 1 0.42
Hex 45 D7 0 44 0 64 10 65 64 2A
Octal 105 327 0 104 0 144 20 145 144 52
Binary 1000101 11010111 0 1000100 0 1100100 10000 1100101 1100100 101010

Color Harmonies of #45D700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45D700

Black with #45D700

Text Example


Text Example

White with #45D700

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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