Html Css Color HEX #3DBD0D Kelly Green

📋 copy color: '#3DBD0D'

red 61 ◦ green 189 ◦ blue 13

#3DBD0D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kelly Green #3DBD0D

Tints of Kelly Green #3DBD0D

RGB

 RED value IS 61 (24.22% from 255) = 23.19%

 GREEN value IS 189 (74.22% from 255) = 71.86%

 BLUE value IS 13 (5.47% from 255) = 4.94%

R = 23.19%
G = 71.86%
B = 4.94%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.93

 K value IS 0.26

RGB Variations

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

Color information

#3DBD0D (or 0x3DBD0D) is known color: Kelly Green. HEX triplet: 3D, BD and 0D. RGB value is (61,189,13). Sum of RGB (Red+Green+Blue) = 61+189+13=263 (34% of max value = 765). Red value is 61 (24.22% from 255 or 23.19% from 263); Green value is 189 (74.22% from 255 or 71.86% from 263); Blue value is 13 (5.47% from 255 or 4.94% from 263); Max value from RGB is 189 - color contains mainly: green. Hex color #3DBD0D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3DBD0D is #C242F2. Grayscale: #838383. Windows color (decimal): -12731123 or 900413. OLE color: 900413.

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

Color convert

RGB 61 189 13 -
CMYK 0.68 0 0.93 0.26
HSL 103.64º 0.87% 0.4% -
HSV(B) 103.64º 0.93% 0.74% -
XYZ 20.19 37.42 6.54 -
YUV 130.66 61.59 78.31 -
System Red Green Blue C M Y K H S L
Decimal 61 189 13 0.68 0 0.93 0.26 103.64 0.87 0.4
Hex 3D BD D 44 0 5D 1A 68 57 28
Octal 75 275 15 104 0 135 32 150 127 50
Binary 111101 10111101 1101 1000100 0 1011101 11010 1101000 1010111 101000

Color Harmonies of #3DBD0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DBD0D

Black with #3DBD0D

Text Example


Text Example

White with #3DBD0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3DBD0D;
 }
 .AnyTagClassName
 {
   color: #3DBD0D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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