Html Css Color HEX #507502 Fiji Green

📋 copy color: '#507502'

red 80 ◦ green 117 ◦ blue 2

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

Shades of Fiji Green #507502

Tints of Fiji Green #507502

RGB

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

 GREEN value IS 117 (46.09% from 255) = 58.79%

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

R = 40.2%
G = 58.79%
B = 1.01%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.98

 K value IS 0.54

RGB Variations

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

Color information

#507502 (or 0x507502) is known color: Fiji Green. HEX triplet: 50, 75 and 02. RGB value is (80,117,2). Sum of RGB (Red+Green+Blue) = 80+117+2=199 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.20% from 199); Green value is 117 (46.09% from 255 or 58.79% from 199); Blue value is 2 (1.17% from 255 or 1.01% from 199); Max value from RGB is 117 - color contains mainly: green. Hex color #507502 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #507502 is #AF8AFD. Grayscale: #5D5D5D. Windows color (decimal): -11504382 or 161104. OLE color: 161104.

HSL color Cylindrical-coordinate representation of color #507502: hue angle of 79.3º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #507502 is Cyan = 0.32, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.54.

Color convert

RGB 80 117 2 -
CMYK 0.32 0 0.98 0.54
HSL 79.3º 0.97% 0.23% -
HSV(B) 79.3º 0.98% 0.46% -
XYZ 9.68 14.43 2.33 -
YUV 92.83 76.74 118.85 -
System Red Green Blue C M Y K H S L
Decimal 80 117 2 0.32 0 0.98 0.54 79.3 0.97 0.23
Hex 50 75 2 20 0 62 36 4F 61 17
Octal 120 165 2 40 0 142 66 117 141 27
Binary 1010000 1110101 10 100000 0 1100010 110110 1001111 1100001 10111

Color Harmonies of #507502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507502

Black with #507502

Text Example


Text Example

White with #507502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507502; }

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

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

background-color css

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

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

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

border-color css

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

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

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