#3DCF11

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

Shades of Kelly Green #3DCF11

Tints of Kelly Green #3DCF11

Color information

#3DCF11 (or 0x3DCF11) is unknown color: approx Kelly Green. HEX triplet: 3D, CF and 11. RGB value is (61,207,17). Sum of RGB (Red+Green+Blue) = 61+207+17=285 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.40% from 285); Green value is 207 (81.25% from 255 or 72.63% from 285); Blue value is 17 (7.03% from 255 or 5.96% from 285); Max value from RGB is 207 - color contains mainly: green. Hex color #3DCF11 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3DCF11 is #C230EE. Grayscale: #8E8E8E. Windows color (decimal): -12726511 or 1167165. OLE color: 1167165.

HSL color Cylindrical-coordinate representation of color #3DCF11: hue angle of 106.11º degrees, saturation: 0.85, 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 #3DCF11 is Cyan = 0.71, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.19.

Color convert

RGB6120717-
CMYK0.7100.920.19
HSL106.11º84.82%43.92%-
HSV(B)106.11º91.79%81.18%-
XYZ24.3445.668.06-
YUV141.6957.6370.45-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 21.40%
GREEN value IS 207 (81.25% from 255) = 72.63%
BLUE value IS 17 (7.03% from 255) = 5.96%
R=21.40%
G=72.63%
B=5.96%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal61207170.7100.920.19106.1184.8243.92
Hex3DCF114705C136a552c
Octal753172110701342315212554
Binary11110111001111100011000111010111001001111010101010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DCF11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,207,17); }

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

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

 a { background-color: rgb(61,207,17); }

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

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

 span { border-color: rgb(61,207,17); }

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