Html Css Color HEX #3DBD1C Kelly Green

📋 copy color: '#3DBD1C'

red 61 ◦ green 189 ◦ blue 28

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

Shades of Kelly Green #3DBD1C

Tints of Kelly Green #3DBD1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 10.07%

R = 21.94%
G = 67.99%
B = 10.07%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.85

 K value IS 0.26

RGB Variations

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

Color information

#3DBD1C (or 0x3DBD1C) is known color: Kelly Green. HEX triplet: 3D, BD and 1C. RGB value is (61,189,28). Sum of RGB (Red+Green+Blue) = 61+189+28=278 (36% of max value = 765). Red value is 61 (24.22% from 255 or 21.94% from 278); Green value is 189 (74.22% from 255 or 67.99% from 278); Blue value is 28 (11.33% from 255 or 10.07% from 278); Max value from RGB is 189 - color contains mainly: green. Hex color #3DBD1C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DBD1C is #C242E3. Grayscale: #848484. Windows color (decimal): -12731108 or 1883453. OLE color: 1883453.

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

Color convert

RGB 61 189 28 -
CMYK 0.68 0 0.85 0.26
HSL 107.7º 0.74% 0.43% -
HSV(B) 107.7º 0.85% 0.74% -
XYZ 20.33 37.47 7.26 -
YUV 132.37 69.09 77.09 -
System Red Green Blue C M Y K H S L
Decimal 61 189 28 0.68 0 0.85 0.26 107.7 0.74 0.43
Hex 3D BD 1C 44 0 55 1A 6C 4A 2B
Octal 75 275 34 104 0 125 32 154 112 53
Binary 111101 10111101 11100 1000100 0 1010101 11010 1101100 1001010 101011

Color Harmonies of #3DBD1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DBD1C

Black with #3DBD1C

Text Example


Text Example

White with #3DBD1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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