Html Css Color HEX #507002 Fiji Green

📋 copy color: '#507002'

red 80 ◦ green 112 ◦ blue 2

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

Shades of Fiji Green #507002

Tints of Fiji Green #507002

RGB

 RED value IS 80 (31.64% from 255) = 41.24%

 GREEN value IS 112 (44.14% from 255) = 57.73%

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

R = 41.24%
G = 57.73%
B = 1.03%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.98

 K value IS 0.56

RGB Variations

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

Color information

#507002 (or 0x507002) is known color: Fiji Green. HEX triplet: 50, 70 and 02. RGB value is (80,112,2). Sum of RGB (Red+Green+Blue) = 80+112+2=194 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.24% from 194); Green value is 112 (44.14% from 255 or 57.73% from 194); Blue value is 2 (1.17% from 255 or 1.03% from 194); Max value from RGB is 112 - color contains mainly: green. Hex color #507002 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #507002 is #AF8FFD. Grayscale: #5A5A5A. Windows color (decimal): -11505662 or 159824. OLE color: 159824.

HSL color Cylindrical-coordinate representation of color #507002: hue angle of 77.45º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #507002 is Cyan = 0.29, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.56.

Color convert

RGB 80 112 2 -
CMYK 0.29 0 0.98 0.56
HSL 77.45º 0.96% 0.22% -
HSV(B) 77.45º 0.98% 0.44% -
XYZ 9.11 13.3 2.14 -
YUV 89.89 78.4 120.94 -
System Red Green Blue C M Y K H S L
Decimal 80 112 2 0.29 0 0.98 0.56 77.45 0.96 0.22
Hex 50 70 2 1D 0 62 38 4D 60 16
Octal 120 160 2 35 0 142 70 115 140 26
Binary 1010000 1110000 10 11101 0 1100010 111000 1001101 1100000 10110

Color Harmonies of #507002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507002

Black with #507002

Text Example


Text Example

White with #507002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507002; }

 p { color: rgb(80,112,2); }

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

background-color css

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

 a { background-color: rgb(80,112,2); }

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

border-color css

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

 span { border-color: rgb(80,112,2); }

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