Html Css Color HEX #45CA74 Emerald

📋 copy color: '#45CA74'

red 69 ◦ green 202 ◦ blue 116

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

Shades of Emerald #45CA74

Tints of Emerald #45CA74

RGB

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

 GREEN value IS 202 (79.3% from 255) = 52.2%

 BLUE value IS 116 (45.7% from 255) = 29.97%

R = 17.83%
G = 52.2%
B = 29.97%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.43

 K value IS 0.21

RGB Variations

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

Color information

#45CA74 (or 0x45CA74) is known color: Emerald. HEX triplet: 45, CA and 74. RGB value is (69,202,116). Sum of RGB (Red+Green+Blue) = 69+202+116=387 (51% of max value = 765). Red value is 69 (27.34% from 255 or 17.83% from 387); Green value is 202 (79.30% from 255 or 52.20% from 387); Blue value is 116 (45.70% from 255 or 29.97% from 387); Max value from RGB is 202 - color contains mainly: green. Hex color #45CA74 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45CA74 is #BA358B. Grayscale: #989898. Windows color (decimal): -12203404 or 7653957. OLE color: 7653957.

HSL color Cylindrical-coordinate representation of color #45CA74: hue angle of 141.2º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #45CA74 is Cyan = 0.66, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.21.

Color convert

RGB 69 202 116 -
CMYK 0.66 0 0.43 0.21
HSL 141.2º 0.56% 0.53% -
HSV(B) 141.2º 0.66% 0.79% -
XYZ 26.73 44.77 23.76 -
YUV 152.43 107.44 68.49 -
System Red Green Blue C M Y K H S L
Decimal 69 202 116 0.66 0 0.43 0.21 141.2 0.56 0.53
Hex 45 CA 74 42 0 2B 15 8D 38 35
Octal 105 312 164 102 0 53 25 215 70 65
Binary 1000101 11001010 1110100 1000010 0 101011 10101 10001101 111000 110101

Color Harmonies of #45CA74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45CA74

Black with #45CA74

Text Example


Text Example

White with #45CA74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,202,116); }

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

background-color css

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

 a { background-color: rgb(69,202,116); }

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

border-color css

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

 span { border-color: rgb(69,202,116); }

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