Html Css Color HEX #3FCD10 Kelly Green

📋 copy color: '#3FCD10'

red 63 ◦ green 205 ◦ blue 16

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

Shades of Kelly Green #3FCD10

Tints of Kelly Green #3FCD10

RGB

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

 GREEN value IS 205 (80.47% from 255) = 72.18%

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

R = 22.18%
G = 72.18%
B = 5.63%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.92

 K value IS 0.20

RGB Variations

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

Color information

#3FCD10 (or 0x3FCD10) is known color: Kelly Green. HEX triplet: 3F, CD and 10. RGB value is (63,205,16). Sum of RGB (Red+Green+Blue) = 63+205+16=284 (37% of max value = 765). Red value is 63 (25% from 255 or 22.18% from 284); Green value is 205 (80.47% from 255 or 72.18% from 284); Blue value is 16 (6.64% from 255 or 5.63% from 284); Max value from RGB is 205 - color contains mainly: green. Hex color #3FCD10 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3FCD10 is #C032EF. Grayscale: #8D8D8D. Windows color (decimal): -12595952 or 1101119. OLE color: 1101119.

HSL color Cylindrical-coordinate representation of color #3FCD10: hue angle of 105.08º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3FCD10 is Cyan = 0.69, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.20.

Color convert

RGB 63 205 16 -
CMYK 0.69 0 0.92 0.20
HSL 105.08º 0.86% 0.43% -
HSV(B) 105.08º 0.92% 0.8% -
XYZ 23.97 44.76 7.87 -
YUV 141 57.46 72.37 -
System Red Green Blue C M Y K H S L
Decimal 63 205 16 0.69 0 0.92 0.20 105.08 0.86 0.43
Hex 3F CD 10 45 0 5C 14 69 56 2B
Octal 77 315 20 105 0 134 24 151 126 53
Binary 111111 11001101 10000 1000101 0 1011100 10100 1101001 1010110 101011

Color Harmonies of #3FCD10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FCD10

Black with #3FCD10

Text Example


Text Example

White with #3FCD10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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