Html Css Color HEX #45AF28 Kelly Green

📋 copy color: '#45AF28'

red 69 ◦ green 175 ◦ blue 40

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

Shades of Kelly Green #45AF28

Tints of Kelly Green #45AF28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 14.08%

R = 24.3%
G = 61.62%
B = 14.08%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.77

 K value IS 0.31

RGB Variations

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

Color information

#45AF28 (or 0x45AF28) is known color: Kelly Green. HEX triplet: 45, AF and 28. RGB value is (69,175,40). Sum of RGB (Red+Green+Blue) = 69+175+40=284 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.30% from 284); Green value is 175 (68.75% from 255 or 61.62% from 284); Blue value is 40 (16.02% from 255 or 14.08% from 284); Max value from RGB is 175 - color contains mainly: green. Hex color #45AF28 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #45AF28 is #BA50D7. Grayscale: #808080. Windows color (decimal): -12210392 or 2666309. OLE color: 2666309.

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

Color convert

RGB 69 175 40 -
CMYK 0.61 0 0.77 0.31
HSL 107.11º 0.63% 0.42% -
HSV(B) 107.11º 0.77% 0.69% -
XYZ 18.17 32.08 7.24 -
YUV 127.92 78.38 85.98 -
System Red Green Blue C M Y K H S L
Decimal 69 175 40 0.61 0 0.77 0.31 107.11 0.63 0.42
Hex 45 AF 28 3D 0 4D 1F 6B 3F 2A
Octal 105 257 50 75 0 115 37 153 77 52
Binary 1000101 10101111 101000 111101 0 1001101 11111 1101011 111111 101010

Color Harmonies of #45AF28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45AF28

Black with #45AF28

Text Example


Text Example

White with #45AF28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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