#45B402

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

Shades of Kelly Green #45B402

Tints of Kelly Green #45B402

Color information

#45B402 (or 0x45B402) is unknown color: approx Kelly Green. HEX triplet: 45, B4 and 02. RGB value is (69,180,2). Sum of RGB (Red+Green+Blue) = 69+180+2=251 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.49% from 251); Green value is 180 (70.70% from 255 or 71.71% from 251); Blue value is 2 (1.17% from 255 or 0.80% from 251); Max value from RGB is 180 - color contains mainly: green. Hex color #45B402 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #45B402 is #BA4BFD. Grayscale: #7F7F7F. Windows color (decimal): -12209150 or 177221. OLE color: 177221.

HSL color Cylindrical-coordinate representation of color #45B402: hue angle of 97.42º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #45B402 is Cyan = 0.62, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.29.

Color convert

RGB691802-
CMYK0.6200.990.29
HSL97.42º97.8%35.69%-
HSV(B)97.42º98.89%70.59%-
XYZ18.7933.915.61-
YUV126.5257.7386.97-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 27.49%
GREEN value IS 180 (70.70% from 255) = 71.71%
BLUE value IS 2 (1.17% from 255) = 0.80%
R=27.49%
G=71.71%
B=0.80%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal6918020.6200.990.2997.4297.835.69
Hex45B423E0631D616224
Octal10526427601433514114244
Binary10001011011010010111110011000111110111000011100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45B402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,180,2); }

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

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

 a { background-color: rgb(69,180,2); }

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

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

 span { border-color: rgb(69,180,2); }

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