Html Css Color HEX #45C520 Kelly Green

📋 copy color: '#45C520'

red 69 ◦ green 197 ◦ blue 32

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

Shades of Kelly Green #45C520

Tints of Kelly Green #45C520

RGB

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

 GREEN value IS 197 (77.34% from 255) = 66.11%

 BLUE value IS 32 (12.89% from 255) = 10.74%

R = 23.15%
G = 66.11%
B = 10.74%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.84

 K value IS 0.23

RGB Variations

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

Color information

#45C520 (or 0x45C520) is known color: Kelly Green. HEX triplet: 45, C5 and 20. RGB value is (69,197,32). Sum of RGB (Red+Green+Blue) = 69+197+32=298 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.15% from 298); Green value is 197 (77.34% from 255 or 66.11% from 298); Blue value is 32 (12.89% from 255 or 10.74% from 298); Max value from RGB is 197 - color contains mainly: green. Hex color #45C520 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45C520 is #BA3ADF. Grayscale: #8C8C8C. Windows color (decimal): -12204768 or 2147653. OLE color: 2147653.

HSL color Cylindrical-coordinate representation of color #45C520: hue angle of 106.55º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #45C520 is Cyan = 0.65, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.23.

Color convert

RGB 69 197 32 -
CMYK 0.65 0 0.84 0.23
HSL 106.55º 0.72% 0.45% -
HSV(B) 106.55º 0.84% 0.77% -
XYZ 22.68 41.3 8.14 -
YUV 139.92 67.09 77.42 -
System Red Green Blue C M Y K H S L
Decimal 69 197 32 0.65 0 0.84 0.23 106.55 0.72 0.45
Hex 45 C5 20 41 0 54 17 6B 48 2D
Octal 105 305 40 101 0 124 27 153 110 55
Binary 1000101 11000101 100000 1000001 0 1010100 10111 1101011 1001000 101101

Color Harmonies of #45C520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45C520

Black with #45C520

Text Example


Text Example

White with #45C520

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,197,32); }

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

background-color css

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

 a { background-color: rgb(69,197,32); }

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

border-color css

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

 span { border-color: rgb(69,197,32); }

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