Html Css Color HEX #05F274 Spring Green

📋 copy color: '#05F274'

red 5 ◦ green 242 ◦ blue 116

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

Shades of Spring Green #05F274

Tints of Spring Green #05F274

RGB

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

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

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

R = 1.38%
G = 66.67%
B = 31.96%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#05F274 (or 0x05F274) is known color: Spring Green. HEX triplet: 05, F2 and 74. RGB value is (5,242,116). Sum of RGB (Red+Green+Blue) = 5+242+116=363 (48% of max value = 765). Red value is 5 (2.34% from 255 or 1.38% from 363); Green value is 242 (94.92% from 255 or 66.67% from 363); Blue value is 116 (45.70% from 255 or 31.96% from 363); Max value from RGB is 242 - color contains mainly: green. Hex color #05F274 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #05F274 is #FA0D8B. Grayscale: #9D9D9D. Windows color (decimal): -16387468 or 7664133. OLE color: 7664133.

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

Color convert

RGB 5 242 116 -
CMYK 0.98 0 0.52 0.05
HSL 148.1º 0.96% 0.48% -
HSV(B) 148.1º 0.98% 0.95% -
XYZ 34.97 64.8 27.19 -
YUV 156.77 104.98 19.75 -
System Red Green Blue C M Y K H S L
Decimal 5 242 116 0.98 0 0.52 0.05 148.1 0.96 0.48
Hex 5 F2 74 62 0 34 5 94 60 30
Octal 5 362 164 142 0 64 5 224 140 60
Binary 101 11110010 1110100 1100010 0 110100 101 10010100 1100000 110000

Color Harmonies of #05F274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05F274

Black with #05F274

Text Example


Text Example

White with #05F274

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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