Html Css Color HEX #5BF292 Emerald

📋 copy color: '#5BF292'

red 91 ◦ green 242 ◦ blue 146

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

Shades of Emerald #5BF292

Tints of Emerald #5BF292

RGB

 RED value IS 91 (35.94% from 255) = 19%

 GREEN value IS 242 (94.92% from 255) = 50.52%

 BLUE value IS 146 (57.42% from 255) = 30.48%

R = 19%
G = 50.52%
B = 30.48%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#5BF292 (or 0x5BF292) is known color: Emerald. HEX triplet: 5B, F2 and 92. RGB value is (91,242,146). Sum of RGB (Red+Green+Blue) = 91+242+146=479 (63% of max value = 765). Red value is 91 (35.94% from 255 or 19.00% from 479); Green value is 242 (94.92% from 255 or 50.52% from 479); Blue value is 146 (57.42% from 255 or 30.48% from 479); Max value from RGB is 242 - color contains mainly: green. Hex color #5BF292 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5BF292 is #A40D6D. Grayscale: #BABABA. Windows color (decimal): -10751342 or 9630299. OLE color: 9630299.

HSL color Cylindrical-coordinate representation of color #5BF292: hue angle of 141.85º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5BF292 is Cyan = 0.62, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.05.

Color convert

RGB 91 242 146 -
CMYK 0.62 0 0.40 0.05
HSL 141.85º 0.85% 0.65% -
HSV(B) 141.85º 0.62% 0.95% -
XYZ 41.25 67.8 38.11 -
YUV 185.91 105.47 60.31 -
System Red Green Blue C M Y K H S L
Decimal 91 242 146 0.62 0 0.40 0.05 141.85 0.85 0.65
Hex 5B F2 92 3E 0 28 5 8E 55 41
Octal 133 362 222 76 0 50 5 216 125 101
Binary 1011011 11110010 10010010 111110 0 101000 101 10001110 1010101 1000001

Color Harmonies of #5BF292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BF292

Black with #5BF292

Text Example


Text Example

White with #5BF292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5BF292; }

 p { color: rgb(91,242,146); }

 H1.HeaderClassName
 {
   color: #5BF292;
 }
 .AnyTagClassName
 {
   color: #5BF292;
 }
</style>

background-color css

<style>
 a { background-color: #5BF292; }

 a { background-color: rgb(91,242,146); }

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

border-color css

<style>
 span { border-color: #5BF292; }

 span { border-color: rgb(91,242,146); }

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