Html Css Color HEX #5E7F04 Fiji Green

📋 copy color: '#5E7F04'

red 94 ◦ green 127 ◦ blue 4

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

Shades of Fiji Green #5E7F04

Tints of Fiji Green #5E7F04

RGB

 RED value IS 94 (37.11% from 255) = 41.78%

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

 BLUE value IS 4 (1.95% from 255) = 1.78%

R = 41.78%
G = 56.44%
B = 1.78%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.97

 K value IS 0.50

RGB Variations

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

Color information

#5E7F04 (or 0x5E7F04) is known color: Fiji Green. HEX triplet: 5E, 7F and 04. RGB value is (94,127,4). Sum of RGB (Red+Green+Blue) = 94+127+4=225 (29% of max value = 765). Red value is 94 (37.11% from 255 or 41.78% from 225); Green value is 127 (50% from 255 or 56.44% from 225); Blue value is 4 (1.95% from 255 or 1.78% from 225); Max value from RGB is 127 - color contains mainly: green. Hex color #5E7F04 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E7F04 is #A180FB. Grayscale: #676767. Windows color (decimal): -10584316 or 294750. OLE color: 294750.

HSL color Cylindrical-coordinate representation of color #5E7F04: hue angle of 76.1º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5E7F04 is Cyan = 0.26, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.50.

Color convert

RGB 94 127 4 -
CMYK 0.26 0 0.97 0.50
HSL 76.1º 0.94% 0.26% -
HSV(B) 76.1º 0.97% 0.5% -
XYZ 12.23 17.57 2.86 -
YUV 103.11 72.07 121.5 -
System Red Green Blue C M Y K H S L
Decimal 94 127 4 0.26 0 0.97 0.50 76.1 0.94 0.26
Hex 5E 7F 4 1A 0 61 32 4C 5E 1A
Octal 136 177 4 32 0 141 62 114 136 32
Binary 1011110 1111111 100 11010 0 1100001 110010 1001100 1011110 11010

Color Harmonies of #5E7F04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E7F04

Black with #5E7F04

Text Example


Text Example

White with #5E7F04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5E7F04; }

 p { color: rgb(94,127,4); }

 H1.HeaderClassName
 {
   color: #5E7F04;
 }
 .AnyTagClassName
 {
   color: #5E7F04;
 }
</style>

background-color css

<style>
 a { background-color: #5E7F04; }

 a { background-color: rgb(94,127,4); }

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

border-color css

<style>
 span { border-color: #5E7F04; }

 span { border-color: rgb(94,127,4); }

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