Html Css Color HEX #45C329 Kelly Green

📋 copy color: '#45C329'

red 69 ◦ green 195 ◦ blue 41

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

Shades of Kelly Green #45C329

Tints of Kelly Green #45C329

RGB

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

 GREEN value IS 195 (76.56% from 255) = 63.93%

 BLUE value IS 41 (16.41% from 255) = 13.44%

R = 22.62%
G = 63.93%
B = 13.44%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#45C329 (or 0x45C329) is known color: Kelly Green. HEX triplet: 45, C3 and 29. RGB value is (69,195,41). Sum of RGB (Red+Green+Blue) = 69+195+41=305 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.62% from 305); Green value is 195 (76.56% from 255 or 63.93% from 305); Blue value is 41 (16.41% from 255 or 13.44% from 305); Max value from RGB is 195 - color contains mainly: green. Hex color #45C329 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45C329 is #BA3CD6. Grayscale: #8C8C8C. Windows color (decimal): -12205271 or 2736965. OLE color: 2736965.

HSL color Cylindrical-coordinate representation of color #45C329: hue angle of 109.09º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #45C329 is Cyan = 0.65, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.24.

Color convert

RGB 69 195 41 -
CMYK 0.65 0 0.79 0.24
HSL 109.09º 0.65% 0.46% -
HSV(B) 109.09º 0.79% 0.76% -
XYZ 22.37 40.46 8.73 -
YUV 139.77 72.26 77.52 -
System Red Green Blue C M Y K H S L
Decimal 69 195 41 0.65 0 0.79 0.24 109.09 0.65 0.46
Hex 45 C3 29 41 0 4F 18 6D 41 2E
Octal 105 303 51 101 0 117 30 155 101 56
Binary 1000101 11000011 101001 1000001 0 1001111 11000 1101101 1000001 101110

Color Harmonies of #45C329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45C329

Black with #45C329

Text Example


Text Example

White with #45C329

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,195,41); }

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

background-color css

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

 a { background-color: rgb(69,195,41); }

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

border-color css

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

 span { border-color: rgb(69,195,41); }

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