#3DFF99

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

Shades of Shamrock #3DFF99

Tints of Shamrock #3DFF99

Color information

#3DFF99 (or 0x3DFF99) is unknown color: approx Shamrock. HEX triplet: 3D, FF and 99. RGB value is (61,255,153). Sum of RGB (Red+Green+Blue) = 61+255+153=469 (62% of max value = 765). Red value is 61 (24.22% from 255 or 13.01% from 469); Green value is 255 (100% from 255 or 54.37% from 469); Blue value is 153 (60.16% from 255 or 32.62% from 469); Max value from RGB is 255 - color contains mainly: green. Hex color #3DFF99 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3DFF99 is #C20066. Grayscale: #B9B9B9. Windows color (decimal): -12714087 or 10092349. OLE color: 10092349.

HSL color Cylindrical-coordinate representation of color #3DFF99: hue angle of 148.45º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3DFF99 is Cyan = 0.76, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.

Color convert

RGB61255153-
CMYK0.7600.40
HSL148.45º100%61.96%-
HSV(B)148.45º76.08%100%-
XYZ43.4374.8142.29-
YUV185.37109.7339.29-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 13.01%
GREEN value IS 255 (100% from 255) = 54.37%
BLUE value IS 153 (60.16% from 255) = 32.62%
R=13.01%
G=54.37%
B=32.62%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal612551530.7600.40148.4510061.96
Hex3DFF994C028094643e
Octal75377231114050022414476
Binary1111011111111110011001100110001010000100101001100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DFF99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,255,153); }

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

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

 a { background-color: rgb(61,255,153); }

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

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

 span { border-color: rgb(61,255,153); }

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