Html Css Color HEX #537F02 Fiji Green

📋 copy color: '#537F02'

red 83 ◦ green 127 ◦ blue 2

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

Shades of Fiji Green #537F02

Tints of Fiji Green #537F02

RGB

 RED value IS 83 (32.81% from 255) = 39.15%

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

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

R = 39.15%
G = 59.91%
B = 0.94%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.98

 K value IS 0.50

RGB Variations

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

Color information

#537F02 (or 0x537F02) is known color: Fiji Green. HEX triplet: 53, 7F and 02. RGB value is (83,127,2). Sum of RGB (Red+Green+Blue) = 83+127+2=212 (28% of max value = 765). Red value is 83 (32.81% from 255 or 39.15% from 212); Green value is 127 (50% from 255 or 59.91% from 212); Blue value is 2 (1.17% from 255 or 0.94% from 212); Max value from RGB is 127 - color contains mainly: green. Hex color #537F02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #537F02 is #AC80FD. Grayscale: #646464. Windows color (decimal): -11305214 or 163667. OLE color: 163667.

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

Color convert

RGB 83 127 2 -
CMYK 0.35 0 0.98 0.50
HSL 81.12º 0.97% 0.25% -
HSV(B) 81.12º 0.98% 0.5% -
XYZ 11.17 17.02 2.75 -
YUV 99.59 72.92 116.16 -
System Red Green Blue C M Y K H S L
Decimal 83 127 2 0.35 0 0.98 0.50 81.12 0.97 0.25
Hex 53 7F 2 23 0 62 32 51 61 19
Octal 123 177 2 43 0 142 62 121 141 31
Binary 1010011 1111111 10 100011 0 1100010 110010 1010001 1100001 11001

Color Harmonies of #537F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537F02

Black with #537F02

Text Example


Text Example

White with #537F02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537F02; }

 p { color: rgb(83,127,2); }

 H1.HeaderClassName
 {
   color: #537F02;
 }
 .AnyTagClassName
 {
   color: #537F02;
 }
</style>

background-color css

<style>
 a { background-color: #537F02; }

 a { background-color: rgb(83,127,2); }

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

border-color css

<style>
 span { border-color: #537F02; }

 span { border-color: rgb(83,127,2); }

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