Html Css Color HEX #3CDF75 Emerald

📋 copy color: '#3CDF75'

red 60 ◦ green 223 ◦ blue 117

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

Shades of Emerald #3CDF75

Tints of Emerald #3CDF75

RGB

 RED value IS 60 (23.83% from 255) = 15%

 GREEN value IS 223 (87.5% from 255) = 55.75%

 BLUE value IS 117 (46.09% from 255) = 29.25%

R = 15%
G = 55.75%
B = 29.25%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#3CDF75 (or 0x3CDF75) is known color: Emerald. HEX triplet: 3C, DF and 75. RGB value is (60,223,117). Sum of RGB (Red+Green+Blue) = 60+223+117=400 (52% of max value = 765). Red value is 60 (23.83% from 255 or 15% from 400); Green value is 223 (87.5% from 255 or 55.75% from 400); Blue value is 117 (46.09% from 255 or 29.25% from 400); Max value from RGB is 223 - color contains mainly: green. Hex color #3CDF75 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CDF75 is #C3208A. Grayscale: #A2A2A2. Windows color (decimal): -12787851 or 7724860. OLE color: 7724860.

HSL color Cylindrical-coordinate representation of color #3CDF75: hue angle of 140.98º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3CDF75 is Cyan = 0.73, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB 60 223 117 -
CMYK 0.73 0 0.48 0.13
HSL 140.98º 0.72% 0.55% -
HSV(B) 140.98º 0.73% 0.87% -
XYZ 31.46 55.02 25.79 -
YUV 162.18 102.5 55.12 -
System Red Green Blue C M Y K H S L
Decimal 60 223 117 0.73 0 0.48 0.13 140.98 0.72 0.55
Hex 3C DF 75 49 0 30 D 8D 48 37
Octal 74 337 165 111 0 60 15 215 110 67
Binary 111100 11011111 1110101 1001001 0 110000 1101 10001101 1001000 110111

Color Harmonies of #3CDF75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CDF75

Black with #3CDF75

Text Example


Text Example

White with #3CDF75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,223,117); }

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

background-color css

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

 a { background-color: rgb(60,223,117); }

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

border-color css

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

 span { border-color: rgb(60,223,117); }

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