Html Css Color HEX #45C261 Emerald

📋 copy color: '#45C261'

red 69 ◦ green 194 ◦ blue 97

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

Shades of Emerald #45C261

Tints of Emerald #45C261

RGB

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

 GREEN value IS 194 (76.17% from 255) = 53.89%

 BLUE value IS 97 (38.28% from 255) = 26.94%

R = 19.17%
G = 53.89%
B = 26.94%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#45C261 (or 0x45C261) is known color: Emerald. HEX triplet: 45, C2 and 61. RGB value is (69,194,97). Sum of RGB (Red+Green+Blue) = 69+194+97=360 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.17% from 360); Green value is 194 (76.17% from 255 or 53.89% from 360); Blue value is 97 (38.28% from 255 or 26.94% from 360); Max value from RGB is 194 - color contains mainly: green. Hex color #45C261 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45C261 is #BA3D9E. Grayscale: #919191. Windows color (decimal): -12205471 or 6406725. OLE color: 6406725.

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

Color convert

RGB 69 194 97 -
CMYK 0.64 0 0.50 0.24
HSL 133.44º 0.51% 0.52% -
HSV(B) 133.44º 0.64% 0.76% -
XYZ 23.9 40.71 17.91 -
YUV 145.57 100.59 73.39 -
System Red Green Blue C M Y K H S L
Decimal 69 194 97 0.64 0 0.50 0.24 133.44 0.51 0.52
Hex 45 C2 61 40 0 32 18 85 33 34
Octal 105 302 141 100 0 62 30 205 63 64
Binary 1000101 11000010 1100001 1000000 0 110010 11000 10000101 110011 110100

Color Harmonies of #45C261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45C261

Black with #45C261

Text Example


Text Example

White with #45C261

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,194,97); }

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

background-color css

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

 a { background-color: rgb(69,194,97); }

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

border-color css

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

 span { border-color: rgb(69,194,97); }

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