Html Css Color HEX #45E461 Emerald

📋 copy color: '#45E461'

red 69 ◦ green 228 ◦ blue 97

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

Shades of Emerald #45E461

Tints of Emerald #45E461

RGB

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

 GREEN value IS 228 (89.45% from 255) = 57.87%

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

R = 17.51%
G = 57.87%
B = 24.62%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.57

 K value IS 0.11

RGB Variations

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

Color information

#45E461 (or 0x45E461) is known color: Emerald. HEX triplet: 45, E4 and 61. RGB value is (69,228,97). Sum of RGB (Red+Green+Blue) = 69+228+97=394 (52% of max value = 765). Red value is 69 (27.34% from 255 or 17.51% from 394); Green value is 228 (89.45% from 255 or 57.87% from 394); Blue value is 97 (38.28% from 255 or 24.62% from 394); Max value from RGB is 228 - color contains mainly: green. Hex color #45E461 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45E461 is #BA1B9E. Grayscale: #A5A5A5. Windows color (decimal): -12196767 or 6415429. OLE color: 6415429.

HSL color Cylindrical-coordinate representation of color #45E461: hue angle of 130.57º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #45E461 is Cyan = 0.70, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.11.

Color convert

RGB 69 228 97 -
CMYK 0.70 0 0.57 0.11
HSL 130.57º 0.75% 0.58% -
HSV(B) 130.57º 0.7% 0.89% -
XYZ 32.36 57.62 20.72 -
YUV 165.53 89.32 59.15 -
System Red Green Blue C M Y K H S L
Decimal 69 228 97 0.70 0 0.57 0.11 130.57 0.75 0.58
Hex 45 E4 61 46 0 39 B 83 4B 3A
Octal 105 344 141 106 0 71 13 203 113 72
Binary 1000101 11100100 1100001 1000110 0 111001 1011 10000011 1001011 111010

Color Harmonies of #45E461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45E461

Black with #45E461

Text Example


Text Example

White with #45E461

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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