Html Css Color HEX #05F295 Medium Spring Green

📋 copy color: '#05F295'

red 5 ◦ green 242 ◦ blue 149

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

Shades of Medium Spring Green #05F295

Tints of Medium Spring Green #05F295

RGB

 RED value IS 5 (2.34% from 255) = 1.26%

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

 BLUE value IS 149 (58.59% from 255) = 37.63%

R = 1.26%
G = 61.11%
B = 37.63%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.38

 K value IS 0.05

RGB Variations

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

Color information

#05F295 (or 0x05F295) is known color: Medium Spring Green. HEX triplet: 05, F2 and 95. RGB value is (5,242,149). Sum of RGB (Red+Green+Blue) = 5+242+149=396 (52% of max value = 765). Red value is 5 (2.34% from 255 or 1.26% from 396); Green value is 242 (94.92% from 255 or 61.11% from 396); Blue value is 149 (58.59% from 255 or 37.63% from 396); Max value from RGB is 242 - color contains mainly: green. Hex color #05F295 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #05F295 is #FA0D6A. Grayscale: #A0A0A0. Windows color (decimal): -16387435 or 9826821. OLE color: 9826821.

HSL color Cylindrical-coordinate representation of color #05F295: hue angle of 156.46º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05F295 is Cyan = 0.98, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.

Color convert

RGB 5 242 149 -
CMYK 0.98 0 0.38 0.05
HSL 156.46º 0.96% 0.48% -
HSV(B) 156.46º 0.98% 0.95% -
XYZ 37.24 65.71 39.15 -
YUV 160.54 121.48 17.06 -
System Red Green Blue C M Y K H S L
Decimal 5 242 149 0.98 0 0.38 0.05 156.46 0.96 0.48
Hex 5 F2 95 62 0 26 5 9C 60 30
Octal 5 362 225 142 0 46 5 234 140 60
Binary 101 11110010 10010101 1100010 0 100110 101 10011100 1100000 110000

Color Harmonies of #05F295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05F295

Black with #05F295

Text Example


Text Example

White with #05F295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05F295; }

 p { color: rgb(5,242,149); }

 H1.HeaderClassName
 {
   color: #05F295;
 }
 .AnyTagClassName
 {
   color: #05F295;
 }
</style>

background-color css

<style>
 a { background-color: #05F295; }

 a { background-color: rgb(5,242,149); }

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

border-color css

<style>
 span { border-color: #05F295; }

 span { border-color: rgb(5,242,149); }

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