#45CA1F

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

Shades of Kelly Green #45CA1F

Tints of Kelly Green #45CA1F

Color information

#45CA1F (or 0x45CA1F) is unknown color: approx Kelly Green. HEX triplet: 45, CA and 1F. RGB value is (69,202,31). Sum of RGB (Red+Green+Blue) = 69+202+31=302 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.85% from 302); Green value is 202 (79.30% from 255 or 66.89% from 302); Blue value is 31 (12.5% from 255 or 10.26% from 302); Max value from RGB is 202 - color contains mainly: green. Hex color #45CA1F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45CA1F is #BA35E0. Grayscale: #8F8F8F. Windows color (decimal): -12203489 or 2083397. OLE color: 2083397.

HSL color Cylindrical-coordinate representation of color #45CA1F: hue angle of 106.67º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #45CA1F is Cyan = 0.66, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.21.

Color convert

RGB6920231-
CMYK0.6600.850.21
HSL106.67º73.39%45.69%-
HSV(B)106.67º84.65%79.22%-
XYZ23.8243.618.46-
YUV142.7464.9475.4-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.85%
GREEN value IS 202 (79.30% from 255) = 66.89%
BLUE value IS 31 (12.5% from 255) = 10.26%
R=22.85%
G=66.89%
B=10.26%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal69202310.6600.850.21106.6773.3945.69
Hex45CA1F42055156b492e
Octal1053123710201252515311156
Binary100010111001010111111000010010101011010111010111001001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45CA1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,202,31); }

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

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

 a { background-color: rgb(69,202,31); }

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

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

 span { border-color: rgb(69,202,31); }

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