#3DBD08

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

Shades of Kelly Green #3DBD08

Tints of Kelly Green #3DBD08

Color information

#3DBD08 (or 0x3DBD08) is unknown color: approx Kelly Green. HEX triplet: 3D, BD and 08. RGB value is (61,189,8). Sum of RGB (Red+Green+Blue) = 61+189+8=258 (34% of max value = 765). Red value is 61 (24.22% from 255 or 23.64% from 258); Green value is 189 (74.22% from 255 or 73.26% from 258); Blue value is 8 (3.52% from 255 or 3.10% from 258); Max value from RGB is 189 - color contains mainly: green. Hex color #3DBD08 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3DBD08 is #C242F7. Grayscale: #828282. Windows color (decimal): -12731128 or 572733. OLE color: 572733.

HSL color Cylindrical-coordinate representation of color #3DBD08: hue angle of 102.43º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3DBD08 is Cyan = 0.68, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.26.

Color convert

RGB611898-
CMYK0.6800.960.26
HSL102.43º91.88%38.63%-
HSV(B)102.43º95.77%74.12%-
XYZ20.1737.46.39-
YUV130.0959.0978.72-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 23.64%
GREEN value IS 189 (74.22% from 255) = 73.26%
BLUE value IS 8 (3.52% from 255) = 3.10%
R=23.64%
G=73.26%
B=3.10%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal6118980.6800.960.26102.4391.8838.63
Hex3DBD8440601A665c27
Octal752751010401403214613447
Binary1111011011110110001000100011000001101011001101011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DBD08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3DBD08; }

 p { color: rgb(61,189,8); }

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

<style>
 a { background-color: #3DBD08; }

 a { background-color: rgb(61,189,8); }

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

<style>
 span { border-color: #3DBD08; }

 span { border-color: rgb(61,189,8); }

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