Html Css Color HEX #45C388 Emerald

📋 copy color: '#45C388'

red 69 ◦ green 195 ◦ blue 136

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

Shades of Emerald #45C388

Tints of Emerald #45C388

RGB

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

 GREEN value IS 195 (76.56% from 255) = 48.75%

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

R = 17.25%
G = 48.75%
B = 34%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.30

 K value IS 0.24

RGB Variations

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

Color information

#45C388 (or 0x45C388) is known color: Emerald. HEX triplet: 45, C3 and 88. RGB value is (69,195,136). Sum of RGB (Red+Green+Blue) = 69+195+136=400 (52% of max value = 765). Red value is 69 (27.34% from 255 or 17.25% from 400); Green value is 195 (76.56% from 255 or 48.75% from 400); Blue value is 136 (53.52% from 255 or 34% from 400); Max value from RGB is 195 - color contains mainly: green. Hex color #45C388 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #45C388 is #BA3C77. Grayscale: #969696. Windows color (decimal): -12205176 or 8962885. OLE color: 8962885.

HSL color Cylindrical-coordinate representation of color #45C388: hue angle of 151.9º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #45C388 is Cyan = 0.65, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.24.

Color convert

RGB 69 195 136 -
CMYK 0.65 0 0.30 0.24
HSL 151.9º 0.51% 0.52% -
HSV(B) 151.9º 0.65% 0.76% -
XYZ 26.41 42.07 30.02 -
YUV 150.6 119.76 69.8 -
System Red Green Blue C M Y K H S L
Decimal 69 195 136 0.65 0 0.30 0.24 151.9 0.51 0.52
Hex 45 C3 88 41 0 1E 18 98 33 34
Octal 105 303 210 101 0 36 30 230 63 64
Binary 1000101 11000011 10001000 1000001 0 11110 11000 10011000 110011 110100

Color Harmonies of #45C388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45C388

Black with #45C388

Text Example


Text Example

White with #45C388

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,195,136); }

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

background-color css

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

 a { background-color: rgb(69,195,136); }

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

border-color css

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

 span { border-color: rgb(69,195,136); }

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