Html Css Color HEX #3DB914 Kelly Green

📋 copy color: '#3DB914'

red 61 ◦ green 185 ◦ blue 20

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

Shades of Kelly Green #3DB914

Tints of Kelly Green #3DB914

RGB

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

 GREEN value IS 185 (72.66% from 255) = 69.55%

 BLUE value IS 20 (8.2% from 255) = 7.52%

R = 22.93%
G = 69.55%
B = 7.52%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#3DB914 (or 0x3DB914) is known color: Kelly Green. HEX triplet: 3D, B9 and 14. RGB value is (61,185,20). Sum of RGB (Red+Green+Blue) = 61+185+20=266 (35% of max value = 765). Red value is 61 (24.22% from 255 or 22.93% from 266); Green value is 185 (72.66% from 255 or 69.55% from 266); Blue value is 20 (8.20% from 255 or 7.52% from 266); Max value from RGB is 185 - color contains mainly: green. Hex color #3DB914 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3DB914 is #C246EB. Grayscale: #818181. Windows color (decimal): -12732140 or 1358141. OLE color: 1358141.

HSL color Cylindrical-coordinate representation of color #3DB914: hue angle of 105.09º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3DB914 is Cyan = 0.67, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.27.

Color convert

RGB 61 185 20 -
CMYK 0.67 0 0.89 0.27
HSL 105.09º 0.8% 0.4% -
HSV(B) 105.09º 0.89% 0.73% -
XYZ 19.4 35.74 6.54 -
YUV 129.11 66.42 79.42 -
System Red Green Blue C M Y K H S L
Decimal 61 185 20 0.67 0 0.89 0.27 105.09 0.8 0.4
Hex 3D B9 14 43 0 59 1B 69 50 28
Octal 75 271 24 103 0 131 33 151 120 50
Binary 111101 10111001 10100 1000011 0 1011001 11011 1101001 1010000 101000

Color Harmonies of #3DB914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DB914

Black with #3DB914

Text Example


Text Example

White with #3DB914

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,185,20); }

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

background-color css

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

 a { background-color: rgb(61,185,20); }

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

border-color css

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

 span { border-color: rgb(61,185,20); }

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