Html Css Color HEX #45CC63 Emerald

📋 copy color: '#45CC63'

red 69 ◦ green 204 ◦ blue 99

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

Shades of Emerald #45CC63

Tints of Emerald #45CC63

RGB

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

 GREEN value IS 204 (80.08% from 255) = 54.84%

 BLUE value IS 99 (39.06% from 255) = 26.61%

R = 18.55%
G = 54.84%
B = 26.61%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.51

 K value IS 0.2

RGB Variations

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

Color information

#45CC63 (or 0x45CC63) is known color: Emerald. HEX triplet: 45, CC and 63. RGB value is (69,204,99). Sum of RGB (Red+Green+Blue) = 69+204+99=372 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.55% from 372); Green value is 204 (80.08% from 255 or 54.84% from 372); Blue value is 99 (39.06% from 255 or 26.61% from 372); Max value from RGB is 204 - color contains mainly: green. Hex color #45CC63 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45CC63 is #BA339C. Grayscale: #979797. Windows color (decimal): -12202909 or 6540357. OLE color: 6540357.

HSL color Cylindrical-coordinate representation of color #45CC63: hue angle of 133.33º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #45CC63 is Cyan = 0.66, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.2.

Color convert

RGB 69 204 99 -
CMYK 0.66 0 0.51 0.2
HSL 133.33º 0.57% 0.54% -
HSV(B) 133.33º 0.66% 0.8% -
XYZ 26.3 45.35 19.17 -
YUV 151.67 98.27 69.04 -
System Red Green Blue C M Y K H S L
Decimal 69 204 99 0.66 0 0.51 0.2 133.33 0.57 0.54
Hex 45 CC 63 42 0 33 14 85 39 36
Octal 105 314 143 102 0 63 24 205 71 66
Binary 1000101 11001100 1100011 1000010 0 110011 10100 10000101 111001 110110

Color Harmonies of #45CC63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45CC63

Black with #45CC63

Text Example


Text Example

White with #45CC63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,204,99); }

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

background-color css

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

 a { background-color: rgb(69,204,99); }

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

border-color css

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

 span { border-color: rgb(69,204,99); }

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