Html Css Color HEX #057F10 Green

📋 copy color: '#057F10'

red 5 ◦ green 127 ◦ blue 16

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

Shades of Green #057F10

Tints of Green #057F10

RGB

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

 GREEN value IS 127 (50% from 255) = 85.81%

 BLUE value IS 16 (6.64% from 255) = 10.81%

R = 3.38%
G = 85.81%
B = 10.81%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.87

 K value IS 0.50

RGB Variations

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

Color information

#057F10 (or 0x057F10) is known color: Green. HEX triplet: 05, 7F and 10. RGB value is (5,127,16). Sum of RGB (Red+Green+Blue) = 5+127+16=148 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.38% from 148); Green value is 127 (50% from 255 or 85.81% from 148); Blue value is 16 (6.64% from 255 or 10.81% from 148); Max value from RGB is 127 - color contains mainly: green. Hex color #057F10 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #057F10 is #FA80EF. Grayscale: #4E4E4E. Windows color (decimal): -16417008 or 1081093. OLE color: 1081093.

HSL color Cylindrical-coordinate representation of color #057F10: hue angle of 125.41º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057F10 is Cyan = 0.96, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.50.

Color convert

RGB 5 127 16 -
CMYK 0.96 0 0.87 0.50
HSL 125.41º 0.92% 0.26% -
HSV(B) 125.41º 0.96% 0.5% -
XYZ 7.75 15.25 3.03 -
YUV 77.87 93.08 76.03 -
System Red Green Blue C M Y K H S L
Decimal 5 127 16 0.96 0 0.87 0.50 125.41 0.92 0.26
Hex 5 7F 10 60 0 57 32 7D 5C 1A
Octal 5 177 20 140 0 127 62 175 134 32
Binary 101 1111111 10000 1100000 0 1010111 110010 1111101 1011100 11010

Color Harmonies of #057F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057F10

Black with #057F10

Text Example


Text Example

White with #057F10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057F10; }

 p { color: rgb(5,127,16); }

 H1.HeaderClassName
 {
   color: #057F10;
 }
 .AnyTagClassName
 {
   color: #057F10;
 }
</style>

background-color css

<style>
 a { background-color: #057F10; }

 a { background-color: rgb(5,127,16); }

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

border-color css

<style>
 span { border-color: #057F10; }

 span { border-color: rgb(5,127,16); }

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