Html Css Color HEX #46CD68 Emerald

📋 copy color: '#46CD68'

red 70 ◦ green 205 ◦ blue 104

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

Shades of Emerald #46CD68

Tints of Emerald #46CD68

RGB

 RED value IS 70 (27.73% from 255) = 18.47%

 GREEN value IS 205 (80.47% from 255) = 54.09%

 BLUE value IS 104 (41.02% from 255) = 27.44%

R = 18.47%
G = 54.09%
B = 27.44%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.49

 K value IS 0.20

RGB Variations

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

Color information

#46CD68 (or 0x46CD68) is known color: Emerald. HEX triplet: 46, CD and 68. RGB value is (70,205,104). Sum of RGB (Red+Green+Blue) = 70+205+104=379 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.47% from 379); Green value is 205 (80.47% from 255 or 54.09% from 379); Blue value is 104 (41.02% from 255 or 27.44% from 379); Max value from RGB is 205 - color contains mainly: green. Hex color #46CD68 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46CD68 is #B93297. Grayscale: #999999. Windows color (decimal): -12137112 or 6868294. OLE color: 6868294.

HSL color Cylindrical-coordinate representation of color #46CD68: hue angle of 135.11º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #46CD68 is Cyan = 0.66, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.20.

Color convert

RGB 70 205 104 -
CMYK 0.66 0 0.49 0.20
HSL 135.11º 0.57% 0.54% -
HSV(B) 135.11º 0.66% 0.8% -
XYZ 26.86 45.96 20.55 -
YUV 153.12 100.27 68.71 -
System Red Green Blue C M Y K H S L
Decimal 70 205 104 0.66 0 0.49 0.20 135.11 0.57 0.54
Hex 46 CD 68 42 0 31 14 87 39 36
Octal 106 315 150 102 0 61 24 207 71 66
Binary 1000110 11001101 1101000 1000010 0 110001 10100 10000111 111001 110110

Color Harmonies of #46CD68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46CD68

Black with #46CD68

Text Example


Text Example

White with #46CD68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46CD68; }

 p { color: rgb(70,205,104); }

 H1.HeaderClassName
 {
   color: #46CD68;
 }
 .AnyTagClassName
 {
   color: #46CD68;
 }
</style>

background-color css

<style>
 a { background-color: #46CD68; }

 a { background-color: rgb(70,205,104); }

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

border-color css

<style>
 span { border-color: #46CD68; }

 span { border-color: rgb(70,205,104); }

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