Html Css Color HEX #45AF32 Kelly Green

📋 copy color: '#45AF32'

red 69 ◦ green 175 ◦ blue 50

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

Shades of Kelly Green #45AF32

Tints of Kelly Green #45AF32

RGB

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

 GREEN value IS 175 (68.75% from 255) = 59.52%

 BLUE value IS 50 (19.92% from 255) = 17.01%

R = 23.47%
G = 59.52%
B = 17.01%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.71

 K value IS 0.31

RGB Variations

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

Color information

#45AF32 (or 0x45AF32) is known color: Kelly Green. HEX triplet: 45, AF and 32. RGB value is (69,175,50). Sum of RGB (Red+Green+Blue) = 69+175+50=294 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.47% from 294); Green value is 175 (68.75% from 255 or 59.52% from 294); Blue value is 50 (19.92% from 255 or 17.01% from 294); Max value from RGB is 175 - color contains mainly: green. Hex color #45AF32 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #45AF32 is #BA50CD. Grayscale: #818181. Windows color (decimal): -12210382 or 3321669. OLE color: 3321669.

HSL color Cylindrical-coordinate representation of color #45AF32: hue angle of 110.88º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #45AF32 is Cyan = 0.61, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.31.

Color convert

RGB 69 175 50 -
CMYK 0.61 0 0.71 0.31
HSL 110.88º 0.56% 0.44% -
HSV(B) 110.88º 0.71% 0.69% -
XYZ 18.36 32.16 8.26 -
YUV 129.06 83.38 85.16 -
System Red Green Blue C M Y K H S L
Decimal 69 175 50 0.61 0 0.71 0.31 110.88 0.56 0.44
Hex 45 AF 32 3D 0 47 1F 6F 38 2C
Octal 105 257 62 75 0 107 37 157 70 54
Binary 1000101 10101111 110010 111101 0 1000111 11111 1101111 111000 101100

Color Harmonies of #45AF32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45AF32

Black with #45AF32

Text Example


Text Example

White with #45AF32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,175,50); }

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

background-color css

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

 a { background-color: rgb(69,175,50); }

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

border-color css

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

 span { border-color: rgb(69,175,50); }

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