Html Css Color HEX #05F2B3 Medium Spring Green

📋 copy color: '#05F2B3'

red 5 ◦ green 242 ◦ blue 179

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

Shades of Medium Spring Green #05F2B3

Tints of Medium Spring Green #05F2B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 42.02%

R = 1.17%
G = 56.81%
B = 42.02%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.26

 K value IS 0.05

RGB Variations

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

Color information

#05F2B3 (or 0x05F2B3) is known color: Medium Spring Green. HEX triplet: 05, F2 and B3. RGB value is (5,242,179). Sum of RGB (Red+Green+Blue) = 5+242+179=426 (56% of max value = 765). Red value is 5 (2.34% from 255 or 1.17% from 426); Green value is 242 (94.92% from 255 or 56.81% from 426); Blue value is 179 (70.31% from 255 or 42.02% from 426); Max value from RGB is 242 - color contains mainly: green. Hex color #05F2B3 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #05F2B3 is #FA0D4C. Grayscale: #A3A3A3. Windows color (decimal): -16387405 or 11792901. OLE color: 11792901.

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

Color convert

RGB 5 242 179 -
CMYK 0.98 0 0.26 0.05
HSL 164.05º 0.96% 0.48% -
HSV(B) 164.05º 0.98% 0.95% -
XYZ 39.95 66.79 53.43 -
YUV 163.96 136.48 14.62 -
System Red Green Blue C M Y K H S L
Decimal 5 242 179 0.98 0 0.26 0.05 164.05 0.96 0.48
Hex 5 F2 B3 62 0 1A 5 A4 60 30
Octal 5 362 263 142 0 32 5 244 140 60
Binary 101 11110010 10110011 1100010 0 11010 101 10100100 1100000 110000

Color Harmonies of #05F2B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05F2B3

Black with #05F2B3

Text Example


Text Example

White with #05F2B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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