Html Css Color HEX #3FAF10 Kelly Green

📋 copy color: '#3FAF10'

red 63 ◦ green 175 ◦ blue 16

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

Shades of Kelly Green #3FAF10

Tints of Kelly Green #3FAF10

RGB

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

 GREEN value IS 175 (68.75% from 255) = 68.9%

 BLUE value IS 16 (6.64% from 255) = 6.3%

R = 24.8%
G = 68.9%
B = 6.3%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.91

 K value IS 0.31

RGB Variations

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

Color information

#3FAF10 (or 0x3FAF10) is known color: Kelly Green. HEX triplet: 3F, AF and 10. RGB value is (63,175,16). Sum of RGB (Red+Green+Blue) = 63+175+16=254 (33% of max value = 765). Red value is 63 (25% from 255 or 24.80% from 254); Green value is 175 (68.75% from 255 or 68.90% from 254); Blue value is 16 (6.64% from 255 or 6.30% from 254); Max value from RGB is 175 - color contains mainly: green. Hex color #3FAF10 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3FAF10 is #C050EF. Grayscale: #7B7B7B. Windows color (decimal): -12603632 or 1093439. OLE color: 1093439.

HSL color Cylindrical-coordinate representation of color #3FAF10: hue angle of 102.26º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3FAF10 is Cyan = 0.64, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.31.

Color convert

RGB 63 175 16 -
CMYK 0.64 0 0.91 0.31
HSL 102.26º 0.83% 0.37% -
HSV(B) 102.26º 0.91% 0.69% -
XYZ 17.47 31.75 5.7 -
YUV 123.39 67.39 84.93 -
System Red Green Blue C M Y K H S L
Decimal 63 175 16 0.64 0 0.91 0.31 102.26 0.83 0.37
Hex 3F AF 10 40 0 5B 1F 66 53 25
Octal 77 257 20 100 0 133 37 146 123 45
Binary 111111 10101111 10000 1000000 0 1011011 11111 1100110 1010011 100101

Color Harmonies of #3FAF10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FAF10

Black with #3FAF10

Text Example


Text Example

White with #3FAF10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,175,16); }

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

background-color css

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

 a { background-color: rgb(63,175,16); }

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

border-color css

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

 span { border-color: rgb(63,175,16); }

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