Html Css Color HEX #3FAD0D Kelly Green

📋 copy color: '#3FAD0D'

red 63 ◦ green 173 ◦ blue 13

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

Shades of Kelly Green #3FAD0D

Tints of Kelly Green #3FAD0D

RGB

 RED value IS 63 (25% from 255) = 25.3%

 GREEN value IS 173 (67.97% from 255) = 69.48%

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

R = 25.3%
G = 69.48%
B = 5.22%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.92

 K value IS 0.32

RGB Variations

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

Color information

#3FAD0D (or 0x3FAD0D) is known color: Kelly Green. HEX triplet: 3F, AD and 0D. RGB value is (63,173,13). Sum of RGB (Red+Green+Blue) = 63+173+13=249 (32% of max value = 765). Red value is 63 (25% from 255 or 25.30% from 249); Green value is 173 (67.97% from 255 or 69.48% from 249); Blue value is 13 (5.47% from 255 or 5.22% from 249); Max value from RGB is 173 - color contains mainly: green. Hex color #3FAD0D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3FAD0D is #C052F2. Grayscale: #7A7A7A. Windows color (decimal): -12604147 or 896319. OLE color: 896319.

HSL color Cylindrical-coordinate representation of color #3FAD0D: hue angle of 101.25º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3FAD0D is Cyan = 0.64, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.32.

Color convert

RGB 63 173 13 -
CMYK 0.64 0 0.92 0.32
HSL 101.25º 0.86% 0.36% -
HSV(B) 101.25º 0.92% 0.68% -
XYZ 17.07 30.97 5.46 -
YUV 121.87 66.56 86.01 -
System Red Green Blue C M Y K H S L
Decimal 63 173 13 0.64 0 0.92 0.32 101.25 0.86 0.36
Hex 3F AD D 40 0 5C 20 65 56 24
Octal 77 255 15 100 0 134 40 145 126 44
Binary 111111 10101101 1101 1000000 0 1011100 100000 1100101 1010110 100100

Color Harmonies of #3FAD0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FAD0D

Black with #3FAD0D

Text Example


Text Example

White with #3FAD0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,173,13); }

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

background-color css

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

 a { background-color: rgb(63,173,13); }

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

border-color css

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

 span { border-color: rgb(63,173,13); }

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