Html Css Color HEX #557F01 Fiji Green

📋 copy color: '#557F01'

red 85 ◦ green 127 ◦ blue 1

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

Shades of Fiji Green #557F01

Tints of Fiji Green #557F01

RGB

 RED value IS 85 (33.59% from 255) = 39.91%

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

 BLUE value IS 1 (0.78% from 255) = 0.47%

R = 39.91%
G = 59.62%
B = 0.47%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.99

 K value IS 0.50

RGB Variations

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

Color information

#557F01 (or 0x557F01) is known color: Fiji Green. HEX triplet: 55, 7F and 01. RGB value is (85,127,1). Sum of RGB (Red+Green+Blue) = 85+127+1=213 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.91% from 213); Green value is 127 (50% from 255 or 59.62% from 213); Blue value is 1 (0.78% from 255 or 0.47% from 213); Max value from RGB is 127 - color contains mainly: green. Hex color #557F01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #557F01 is #AA80FE. Grayscale: #646464. Windows color (decimal): -11174143 or 98133. OLE color: 98133.

HSL color Cylindrical-coordinate representation of color #557F01: hue angle of 80º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #557F01 is Cyan = 0.33, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.50.

Color convert

RGB 85 127 1 -
CMYK 0.33 0 0.99 0.50
HSL 80º 0.98% 0.25% -
HSV(B) 80º 0.99% 0.5% -
XYZ 11.34 17.11 2.73 -
YUV 100.08 72.09 117.25 -
System Red Green Blue C M Y K H S L
Decimal 85 127 1 0.33 0 0.99 0.50 80 0.98 0.25
Hex 55 7F 1 21 0 63 32 50 62 19
Octal 125 177 1 41 0 143 62 120 142 31
Binary 1010101 1111111 1 100001 0 1100011 110010 1010000 1100010 11001

Color Harmonies of #557F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557F01

Black with #557F01

Text Example


Text Example

White with #557F01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557F01; }

 p { color: rgb(85,127,1); }

 H1.HeaderClassName
 {
   color: #557F01;
 }
 .AnyTagClassName
 {
   color: #557F01;
 }
</style>

background-color css

<style>
 a { background-color: #557F01; }

 a { background-color: rgb(85,127,1); }

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

border-color css

<style>
 span { border-color: #557F01; }

 span { border-color: rgb(85,127,1); }

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