Html Css Color HEX #5D6200 Fiji Green

📋 copy color: '#5D6200'

red 93 ◦ green 98 ◦ blue 0

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

Shades of Fiji Green #5D6200

Tints of Fiji Green #5D6200

RGB

 RED value IS 93 (36.72% from 255) = 48.69%

 GREEN value IS 98 (38.67% from 255) = 51.31%

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

R = 48.69%
G = 51.31%
B = 0%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 1

 K value IS 0.62

RGB Variations

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

Color information

#5D6200 (or 0x5D6200) is known color: Fiji Green. HEX triplet: 5D, 62 and 00. RGB value is (93,98,0). Sum of RGB (Red+Green+Blue) = 93+98+0=191 (25% of max value = 765). Red value is 93 (36.72% from 255 or 48.69% from 191); Green value is 98 (38.67% from 255 or 51.31% from 191); Blue value is 0 (0.39% from 255 or 0% from 191); Max value from RGB is 98 - color contains mainly: green. Hex color #5D6200 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5D6200 is #A29DFF. Grayscale: #555555. Windows color (decimal): -10657280 or 25181. OLE color: 25181.

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

Color convert

RGB 93 98 0 -
CMYK 0.05 0 1 0.62
HSL 63.06º 1% 0.19% -
HSV(B) 63.06º 1% 0.38% -
XYZ 8.88 11.06 1.67 -
YUV 85.33 79.84 133.47 -
System Red Green Blue C M Y K H S L
Decimal 93 98 0 0.05 0 1 0.62 63.06 1 0.19
Hex 5D 62 0 5 0 64 3E 3F 64 13
Octal 135 142 0 5 0 144 76 77 144 23
Binary 1011101 1100010 0 101 0 1100100 111110 111111 1100100 10011

Color Harmonies of #5D6200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D6200

Black with #5D6200

Text Example


Text Example

White with #5D6200

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,98,0); }

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

background-color css

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

 a { background-color: rgb(93,98,0); }

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

border-color css

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

 span { border-color: rgb(93,98,0); }

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