Html Css Color HEX #3DF488 Shamrock

📋 copy color: '#3DF488'

red 61 ◦ green 244 ◦ blue 136

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

Shades of Shamrock #3DF488

Tints of Shamrock #3DF488

RGB

 RED value IS 61 (24.22% from 255) = 13.83%

 GREEN value IS 244 (95.7% from 255) = 55.33%

 BLUE value IS 136 (53.52% from 255) = 30.84%

R = 13.83%
G = 55.33%
B = 30.84%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.44

 K value IS 0.04

RGB Variations

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

Color information

#3DF488 (or 0x3DF488) is known color: Shamrock. HEX triplet: 3D, F4 and 88. RGB value is (61,244,136). Sum of RGB (Red+Green+Blue) = 61+244+136=441 (58% of max value = 765). Red value is 61 (24.22% from 255 or 13.83% from 441); Green value is 244 (95.70% from 255 or 55.33% from 441); Blue value is 136 (53.52% from 255 or 30.84% from 441); Max value from RGB is 244 - color contains mainly: green. Hex color #3DF488 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3DF488 is #C20B77. Grayscale: #B1B1B1. Windows color (decimal): -12716920 or 8975421. OLE color: 8975421.

HSL color Cylindrical-coordinate representation of color #3DF488: hue angle of 144.59º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3DF488 is Cyan = 0.75, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.04.

Color convert

RGB 61 244 136 -
CMYK 0.75 0 0.44 0.04
HSL 144.59º 0.89% 0.6% -
HSV(B) 144.59º 0.75% 0.96% -
XYZ 38.72 67.47 34.28 -
YUV 176.97 104.87 45.28 -
System Red Green Blue C M Y K H S L
Decimal 61 244 136 0.75 0 0.44 0.04 144.59 0.89 0.6
Hex 3D F4 88 4B 0 2C 4 91 59 3C
Octal 75 364 210 113 0 54 4 221 131 74
Binary 111101 11110100 10001000 1001011 0 101100 100 10010001 1011001 111100

Color Harmonies of #3DF488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DF488

Black with #3DF488

Text Example


Text Example

White with #3DF488

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,244,136); }

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

background-color css

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

 a { background-color: rgb(61,244,136); }

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

border-color css

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

 span { border-color: rgb(61,244,136); }

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