Html Css Color HEX #557D02 Fiji Green

📋 copy color: '#557D02'

red 85 ◦ green 125 ◦ blue 2

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

Shades of Fiji Green #557D02

Tints of Fiji Green #557D02

RGB

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

 GREEN value IS 125 (49.22% from 255) = 58.96%

 BLUE value IS 2 (1.17% from 255) = 0.94%

R = 40.09%
G = 58.96%
B = 0.94%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.98

 K value IS 0.51

RGB Variations

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

Color information

#557D02 (or 0x557D02) is known color: Fiji Green. HEX triplet: 55, 7D and 02. RGB value is (85,125,2). Sum of RGB (Red+Green+Blue) = 85+125+2=212 (28% of max value = 765). Red value is 85 (33.59% from 255 or 40.09% from 212); Green value is 125 (49.22% from 255 or 58.96% from 212); Blue value is 2 (1.17% from 255 or 0.94% from 212); Max value from RGB is 125 - color contains mainly: green. Hex color #557D02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #557D02 is #AA82FD. Grayscale: #636363. Windows color (decimal): -11174654 or 163157. OLE color: 163157.

HSL color Cylindrical-coordinate representation of color #557D02: hue angle of 79.51º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #557D02 is Cyan = 0.32, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.51.

Color convert

RGB 85 125 2 -
CMYK 0.32 0 0.98 0.51
HSL 79.51º 0.97% 0.25% -
HSV(B) 79.51º 0.98% 0.49% -
XYZ 11.09 16.6 2.68 -
YUV 99.02 73.25 118 -
System Red Green Blue C M Y K H S L
Decimal 85 125 2 0.32 0 0.98 0.51 79.51 0.97 0.25
Hex 55 7D 2 20 0 62 33 50 61 19
Octal 125 175 2 40 0 142 63 120 141 31
Binary 1010101 1111101 10 100000 0 1100010 110011 1010000 1100001 11001

Color Harmonies of #557D02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557D02

Black with #557D02

Text Example


Text Example

White with #557D02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,125,2); }

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

background-color css

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

 a { background-color: rgb(85,125,2); }

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

border-color css

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

 span { border-color: rgb(85,125,2); }

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