#05F068

Color #05F068 Spring Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spring Green #05F068

Tints of Spring Green #05F068

Color information

#05F068 (or 0x05F068) is unknown color: approx Spring Green. HEX triplet: 05, F0 and 68. RGB value is (5,240,104). Sum of RGB (Red+Green+Blue) = 5+240+104=349 (46% of max value = 765). Red value is 5 (2.34% from 255 or 1.43% from 349); Green value is 240 (94.14% from 255 or 68.77% from 349); Blue value is 104 (41.02% from 255 or 29.80% from 349); Max value from RGB is 240 - color contains mainly: green. Hex color #05F068 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #05F068 is #FA0F97. Grayscale: #9A9A9A. Windows color (decimal): -16387992 or 6877189. OLE color: 6877189.

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

Color convert

RGB5240104-
CMYK0.9800.570.06
HSL145.28º95.92%48.04%-
HSV(B)145.28º97.92%94.12%-
XYZ33.7263.3523.55-
YUV154.2399.6421.56-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.43%
GREEN value IS 240 (94.14% from 255) = 68.77%
BLUE value IS 104 (41.02% from 255) = 29.80%
R=1.43%
G=68.77%
B=29.80%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal52401040.9800.570.06145.2895.9248.04
Hex5F068620396916030
Octal5360150142071622114060
Binary10111110000110100011000100111001110100100011100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05F068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #05F068;
 }
 .AnyTagClassName
 {
   color: #05F068;
 }
</style>
background-color css

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

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

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

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

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

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