Html Css Color HEX #3BCF66 Emerald

📋 copy color: '#3BCF66'

red 59 ◦ green 207 ◦ blue 102

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

Shades of Emerald #3BCF66

Tints of Emerald #3BCF66

RGB

 RED value IS 59 (23.44% from 255) = 16.03%

 GREEN value IS 207 (81.25% from 255) = 56.25%

 BLUE value IS 102 (40.23% from 255) = 27.72%

R = 16.03%
G = 56.25%
B = 27.72%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.51

 K value IS 0.19

RGB Variations

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

Color information

#3BCF66 (or 0x3BCF66) is known color: Emerald. HEX triplet: 3B, CF and 66. RGB value is (59,207,102). Sum of RGB (Red+Green+Blue) = 59+207+102=368 (48% of max value = 765). Red value is 59 (23.44% from 255 or 16.03% from 368); Green value is 207 (81.25% from 255 or 56.25% from 368); Blue value is 102 (40.23% from 255 or 27.72% from 368); Max value from RGB is 207 - color contains mainly: green. Hex color #3BCF66 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3BCF66 is #C43099. Grayscale: #979797. Windows color (decimal): -12857498 or 6737723. OLE color: 6737723.

HSL color Cylindrical-coordinate representation of color #3BCF66: hue angle of 137.43º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3BCF66 is Cyan = 0.71, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.19.

Color convert

RGB 59 207 102 -
CMYK 0.71 0 0.51 0.19
HSL 137.43º 0.61% 0.52% -
HSV(B) 137.43º 0.71% 0.81% -
XYZ 26.51 46.51 20.15 -
YUV 150.78 100.47 62.54 -
System Red Green Blue C M Y K H S L
Decimal 59 207 102 0.71 0 0.51 0.19 137.43 0.61 0.52
Hex 3B CF 66 47 0 33 13 89 3D 34
Octal 73 317 146 107 0 63 23 211 75 64
Binary 111011 11001111 1100110 1000111 0 110011 10011 10001001 111101 110100

Color Harmonies of #3BCF66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BCF66

Black with #3BCF66

Text Example


Text Example

White with #3BCF66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,207,102); }

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

background-color css

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

 a { background-color: rgb(59,207,102); }

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

border-color css

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

 span { border-color: rgb(59,207,102); }

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