Html Css Color HEX #05F074 Spring Green

📋 copy color: '#05F074'

red 5 ◦ green 240 ◦ blue 116

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

Shades of Spring Green #05F074

Tints of Spring Green #05F074

RGB

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

 GREEN value IS 240 (94.14% from 255) = 66.48%

 BLUE value IS 116 (45.7% from 255) = 32.13%

R = 1.39%
G = 66.48%
B = 32.13%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#05F074 (or 0x05F074) is known color: Spring Green. HEX triplet: 05, F0 and 74. RGB value is (5,240,116). Sum of RGB (Red+Green+Blue) = 5+240+116=361 (47% of max value = 765). Red value is 5 (2.34% from 255 or 1.39% from 361); Green value is 240 (94.14% from 255 or 66.48% from 361); Blue value is 116 (45.70% from 255 or 32.13% from 361); Max value from RGB is 240 - color contains mainly: green. Hex color #05F074 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #05F074 is #FA0F8B. Grayscale: #9B9B9B. Windows color (decimal): -16387980 or 7663621. OLE color: 7663621.

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

Color convert

RGB 5 240 116 -
CMYK 0.98 0 0.52 0.06
HSL 148.34º 0.96% 0.48% -
HSV(B) 148.34º 0.98% 0.94% -
XYZ 34.38 63.61 26.99 -
YUV 155.6 105.64 20.58 -
System Red Green Blue C M Y K H S L
Decimal 5 240 116 0.98 0 0.52 0.06 148.34 0.96 0.48
Hex 5 F0 74 62 0 34 6 94 60 30
Octal 5 360 164 142 0 64 6 224 140 60
Binary 101 11110000 1110100 1100010 0 110100 110 10010100 1100000 110000

Color Harmonies of #05F074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05F074

Black with #05F074

Text Example


Text Example

White with #05F074

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,240,116); }

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

background-color css

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

 a { background-color: rgb(5,240,116); }

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

border-color css

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

 span { border-color: rgb(5,240,116); }

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