Html Css Color HEX #45C470 Emerald

📋 copy color: '#45C470'

red 69 ◦ green 196 ◦ blue 112

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

Shades of Emerald #45C470

Tints of Emerald #45C470

RGB

 RED value IS 69 (27.34% from 255) = 18.3%

 GREEN value IS 196 (76.95% from 255) = 51.99%

 BLUE value IS 112 (44.14% from 255) = 29.71%

R = 18.3%
G = 51.99%
B = 29.71%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.43

 K value IS 0.23

RGB Variations

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

Color information

#45C470 (or 0x45C470) is known color: Emerald. HEX triplet: 45, C4 and 70. RGB value is (69,196,112). Sum of RGB (Red+Green+Blue) = 69+196+112=377 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.30% from 377); Green value is 196 (76.95% from 255 or 51.99% from 377); Blue value is 112 (44.14% from 255 or 29.71% from 377); Max value from RGB is 196 - color contains mainly: green. Hex color #45C470 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45C470 is #BA3B8F. Grayscale: #949494. Windows color (decimal): -12204944 or 7390277. OLE color: 7390277.

HSL color Cylindrical-coordinate representation of color #45C470: hue angle of 140.31º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #45C470 is Cyan = 0.65, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.23.

Color convert

RGB 69 196 112 -
CMYK 0.65 0 0.43 0.23
HSL 140.32º 0.52% 0.52% -
HSV(B) 140.32º 0.65% 0.77% -
XYZ 25.12 41.91 22.1 -
YUV 148.45 107.42 71.33 -
System Red Green Blue C M Y K H S L
Decimal 69 196 112 0.65 0 0.43 0.23 140.32 0.52 0.52
Hex 45 C4 70 41 0 2B 17 8C 34 34
Octal 105 304 160 101 0 53 27 214 64 64
Binary 1000101 11000100 1110000 1000001 0 101011 10111 10001100 110100 110100

Color Harmonies of #45C470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45C470

Black with #45C470

Text Example


Text Example

White with #45C470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #45C470; }

 p { color: rgb(69,196,112); }

 H1.HeaderClassName
 {
   color: #45C470;
 }
 .AnyTagClassName
 {
   color: #45C470;
 }
</style>

background-color css

<style>
 a { background-color: #45C470; }

 a { background-color: rgb(69,196,112); }

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

border-color css

<style>
 span { border-color: #45C470; }

 span { border-color: rgb(69,196,112); }

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