Html Css Color HEX #05F194 Medium Spring Green

📋 copy color: '#05F194'

red 5 ◦ green 241 ◦ blue 148

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

Shades of Medium Spring Green #05F194

Tints of Medium Spring Green #05F194

RGB

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

 GREEN value IS 241 (94.53% from 255) = 61.17%

 BLUE value IS 148 (58.2% from 255) = 37.56%

R = 1.27%
G = 61.17%
B = 37.56%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.39

 K value IS 0.05

RGB Variations

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

Color information

#05F194 (or 0x05F194) is known color: Medium Spring Green. HEX triplet: 05, F1 and 94. RGB value is (5,241,148). Sum of RGB (Red+Green+Blue) = 5+241+148=394 (52% of max value = 765). Red value is 5 (2.34% from 255 or 1.27% from 394); Green value is 241 (94.53% from 255 or 61.17% from 394); Blue value is 148 (58.20% from 255 or 37.56% from 394); Max value from RGB is 241 - color contains mainly: green. Hex color #05F194 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #05F194 is #FA0E6B. Grayscale: #9F9F9F. Windows color (decimal): -16387692 or 9761029. OLE color: 9761029.

HSL color Cylindrical-coordinate representation of color #05F194: hue angle of 156.36º 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 #05F194 is Cyan = 0.98, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.05.

Color convert

RGB 5 241 148 -
CMYK 0.98 0 0.39 0.05
HSL 156.36º 0.96% 0.48% -
HSV(B) 156.36º 0.98% 0.95% -
XYZ 36.86 65.08 38.64 -
YUV 159.83 121.31 17.56 -
System Red Green Blue C M Y K H S L
Decimal 5 241 148 0.98 0 0.39 0.05 156.36 0.96 0.48
Hex 5 F1 94 62 0 27 5 9C 60 30
Octal 5 361 224 142 0 47 5 234 140 60
Binary 101 11110001 10010100 1100010 0 100111 101 10011100 1100000 110000

Color Harmonies of #05F194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05F194

Black with #05F194

Text Example


Text Example

White with #05F194

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,241,148); }

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

background-color css

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

 a { background-color: rgb(5,241,148); }

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

border-color css

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

 span { border-color: rgb(5,241,148); }

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