#3FCF10

Color #3FCF10 Kelly Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kelly Green #3FCF10

Tints of Kelly Green #3FCF10

Color information

#3FCF10 (or 0x3FCF10) is unknown color: approx Kelly Green. HEX triplet: 3F, CF and 10. RGB value is (63,207,16). Sum of RGB (Red+Green+Blue) = 63+207+16=286 (37% of max value = 765). Red value is 63 (25% from 255 or 22.03% from 286); Green value is 207 (81.25% from 255 or 72.38% from 286); Blue value is 16 (6.64% from 255 or 5.59% from 286); Max value from RGB is 207 - color contains mainly: green. Hex color #3FCF10 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3FCF10 is #C030EF. Grayscale: #8E8E8E. Windows color (decimal): -12595440 or 1101631. OLE color: 1101631.

HSL color Cylindrical-coordinate representation of color #3FCF10: hue angle of 105.24º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3FCF10 is Cyan = 0.70, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.19.

Color convert

RGB6320716-
CMYK0.7000.920.19
HSL105.24º85.65%43.73%-
HSV(B)105.24º92.27%81.18%-
XYZ24.4645.728.03-
YUV142.1756.7971.53-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 22.03%
GREEN value IS 207 (81.25% from 255) = 72.38%
BLUE value IS 16 (6.64% from 255) = 5.59%
R=22.03%
G=72.38%
B=5.59%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal63207160.7000.920.19105.2485.6543.73
Hex3FCF104605C1369562c
Octal773172010601342315112654
Binary11111111001111100001000110010111001001111010011010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FCF10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #3FCF10;
 }
 .AnyTagClassName
 {
   color: #3FCF10;
 }
</style>
background-color css

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

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

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

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

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

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