Html Css Color HEX #5E6300 Fiji Green

📋 copy color: '#5E6300'

red 94 ◦ green 99 ◦ blue 0

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

Shades of Fiji Green #5E6300

Tints of Fiji Green #5E6300

RGB

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

 GREEN value IS 99 (39.06% from 255) = 51.3%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 48.7%
G = 51.3%
B = 0%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 1

 K value IS 0.61

RGB Variations

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

Color information

#5E6300 (or 0x5E6300) is known color: Fiji Green. HEX triplet: 5E, 63 and 00. RGB value is (94,99,0). Sum of RGB (Red+Green+Blue) = 94+99+0=193 (25% of max value = 765). Red value is 94 (37.11% from 255 or 48.70% from 193); Green value is 99 (39.06% from 255 or 51.30% from 193); Blue value is 0 (0.39% from 255 or 0% from 193); Max value from RGB is 99 - color contains mainly: green. Hex color #5E6300 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E6300 is #A19CFF. Grayscale: #565656. Windows color (decimal): -10591488 or 25438. OLE color: 25438.

HSL color Cylindrical-coordinate representation of color #5E6300: hue angle of 63.03º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5E6300 is Cyan = 0.05, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.61.

Color convert

RGB 94 99 0 -
CMYK 0.05 0 1 0.61
HSL 63.03º 1% 0.19% -
HSV(B) 63.03º 1% 0.39% -
XYZ 9.08 11.3 1.7 -
YUV 86.22 79.34 133.55 -
System Red Green Blue C M Y K H S L
Decimal 94 99 0 0.05 0 1 0.61 63.03 1 0.19
Hex 5E 63 0 5 0 64 3D 3F 64 13
Octal 136 143 0 5 0 144 75 77 144 23
Binary 1011110 1100011 0 101 0 1100100 111101 111111 1100100 10011

Color Harmonies of #5E6300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E6300

Black with #5E6300

Text Example


Text Example

White with #5E6300

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,99,0); }

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

background-color css

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

 a { background-color: rgb(94,99,0); }

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

border-color css

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

 span { border-color: rgb(94,99,0); }

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