Html Css Color HEX #3CBD0D Kelly Green

📋 copy color: '#3CBD0D'

red 60 ◦ green 189 ◦ blue 13

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

Shades of Kelly Green #3CBD0D

Tints of Kelly Green #3CBD0D

RGB

 RED value IS 60 (23.83% from 255) = 22.9%

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

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

R = 22.9%
G = 72.14%
B = 4.96%

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

#3CBD0D (or 0x3CBD0D) is known color: Kelly Green. HEX triplet: 3C, BD and 0D. RGB value is (60,189,13). Sum of RGB (Red+Green+Blue) = 60+189+13=262 (34% of max value = 765). Red value is 60 (23.83% from 255 or 22.90% from 262); Green value is 189 (74.22% from 255 or 72.14% from 262); Blue value is 13 (5.47% from 255 or 4.96% from 262); Max value from RGB is 189 - color contains mainly: green. Hex color #3CBD0D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3CBD0D is #C342F2. Grayscale: #828282. Windows color (decimal): -12796659 or 900412. OLE color: 900412.

HSL color Cylindrical-coordinate representation of color #3CBD0D: hue angle of 103.98º 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 #3CBD0D is Cyan = 0.68, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.26.

Color convert

RGB 60 189 13 -
CMYK 0.68 0 0.93 0.26
HSL 103.98º 0.87% 0.4% -
HSV(B) 103.98º 0.93% 0.74% -
XYZ 20.13 37.38 6.54 -
YUV 130.37 61.76 77.81 -
System Red Green Blue C M Y K H S L
Decimal 60 189 13 0.68 0 0.93 0.26 103.98 0.87 0.4
Hex 3C BD D 44 0 5D 1A 68 57 28
Octal 74 275 15 104 0 135 32 150 127 50
Binary 111100 10111101 1101 1000100 0 1011101 11010 1101000 1010111 101000

Color Harmonies of #3CBD0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CBD0D

Black with #3CBD0D

Text Example


Text Example

White with #3CBD0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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