#45CC25

Color #45CC25 Kelly Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kelly Green #45CC25

Tints of Kelly Green #45CC25

Color information

#45CC25 (or 0x45CC25) is unknown color: approx Kelly Green. HEX triplet: 45, CC and 25. RGB value is (69,204,37). Sum of RGB (Red+Green+Blue) = 69+204+37=310 (41% of max value = 765). Red value is 69 (27.34% from 255 or 22.26% from 310); Green value is 204 (80.08% from 255 or 65.81% from 310); Blue value is 37 (14.84% from 255 or 11.94% from 310); Max value from RGB is 204 - color contains mainly: green. Hex color #45CC25 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45CC25 is #BA33DA. Grayscale: #919191. Windows color (decimal): -12202971 or 2477125. OLE color: 2477125.

HSL color Cylindrical-coordinate representation of color #45CC25: hue angle of 108.5º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #45CC25 is Cyan = 0.66, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.2.

Color convert

RGB6920437-
CMYK0.6600.820.2
HSL108.5º69.29%47.25%-
HSV(B)108.5º81.86%80%-
XYZ24.3844.589.07-
YUV144.667.2774.08-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.26%
GREEN value IS 204 (80.08% from 255) = 65.81%
BLUE value IS 37 (14.84% from 255) = 11.94%
R=22.26%
G=65.81%
B=11.94%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal69204370.6600.820.2108.569.2947.25
Hex45CC2542052146d452f
Octal1053144510201222415510557
Binary1000101110011001001011000010010100101010011011011000101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45CC25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,204,37); }

 H1.HeaderClassName
 {
   color: #45CC25;
 }
 .AnyTagClassName
 {
   color: #45CC25;
 }
</style>
background-color css

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

 a { background-color: rgb(69,204,37); }

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

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

 span { border-color: rgb(69,204,37); }

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