Html Css Color HEX #05F270 Spring Green

📋 copy color: '#05F270'

red 5 ◦ green 242 ◦ blue 112

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

Shades of Spring Green #05F270

Tints of Spring Green #05F270

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 31.2%

R = 1.39%
G = 67.41%
B = 31.2%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#05F270 (or 0x05F270) is known color: Spring Green. HEX triplet: 05, F2 and 70. RGB value is (5,242,112). Sum of RGB (Red+Green+Blue) = 5+242+112=359 (47% of max value = 765). Red value is 5 (2.34% from 255 or 1.39% from 359); Green value is 242 (94.92% from 255 or 67.41% from 359); Blue value is 112 (44.14% from 255 or 31.20% from 359); Max value from RGB is 242 - color contains mainly: green. Hex color #05F270 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #05F270 is #FA0D8F. Grayscale: #9C9C9C. Windows color (decimal): -16387472 or 7401989. OLE color: 7401989.

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

Color convert

RGB 5 242 112 -
CMYK 0.98 0 0.54 0.05
HSL 147.09º 0.96% 0.48% -
HSV(B) 147.09º 0.98% 0.95% -
XYZ 34.74 64.71 25.99 -
YUV 156.32 102.98 20.07 -
System Red Green Blue C M Y K H S L
Decimal 5 242 112 0.98 0 0.54 0.05 147.09 0.96 0.48
Hex 5 F2 70 62 0 36 5 93 60 30
Octal 5 362 160 142 0 66 5 223 140 60
Binary 101 11110010 1110000 1100010 0 110110 101 10010011 1100000 110000

Color Harmonies of #05F270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05F270

Black with #05F270

Text Example


Text Example

White with #05F270

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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