#45B00B

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

Shades of Kelly Green #45B00B

Tints of Kelly Green #45B00B

Color information

#45B00B (or 0x45B00B) is unknown color: approx Kelly Green. HEX triplet: 45, B0 and 0B. RGB value is (69,176,11). Sum of RGB (Red+Green+Blue) = 69+176+11=256 (33% of max value = 765). Red value is 69 (27.34% from 255 or 26.95% from 256); Green value is 176 (69.14% from 255 or 68.75% from 256); Blue value is 11 (4.69% from 255 or 4.30% from 256); Max value from RGB is 176 - color contains mainly: green. Hex color #45B00B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #45B00B is #BA4FF4. Grayscale: #7D7D7D. Windows color (decimal): -12210165 or 766021. OLE color: 766021.

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

Color convert

RGB6917611-
CMYK0.6100.940.31
HSL98.91º88.24%36.67%-
HSV(B)98.91º93.75%69.02%-
XYZ18.0432.345.61-
YUV125.263.5587.92-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 26.95%
GREEN value IS 176 (69.14% from 255) = 68.75%
BLUE value IS 11 (4.69% from 255) = 4.30%
R=26.95%
G=68.75%
B=4.30%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal69176110.6100.940.3198.9188.2436.67
Hex45B0B3D05E1F635825
Octal105260137501363714313045
Binary1000101101100001011111101010111101111111000111011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45B00B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,176,11); }

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

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

 a { background-color: rgb(69,176,11); }

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

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

 span { border-color: rgb(69,176,11); }

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