Html Css Color HEX #507B02 Fiji Green

📋 copy color: '#507B02'

red 80 ◦ green 123 ◦ blue 2

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

Shades of Fiji Green #507B02

Tints of Fiji Green #507B02

RGB

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

 GREEN value IS 123 (48.44% from 255) = 60%

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

R = 39.02%
G = 60%
B = 0.98%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.98

 K value IS 0.52

RGB Variations

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

Color information

#507B02 (or 0x507B02) is known color: Fiji Green. HEX triplet: 50, 7B and 02. RGB value is (80,123,2). Sum of RGB (Red+Green+Blue) = 80+123+2=205 (27% of max value = 765). Red value is 80 (31.64% from 255 or 39.02% from 205); Green value is 123 (48.44% from 255 or 60% from 205); Blue value is 2 (1.17% from 255 or 0.98% from 205); Max value from RGB is 123 - color contains mainly: green. Hex color #507B02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #507B02 is #AF84FD. Grayscale: #606060. Windows color (decimal): -11502846 or 162640. OLE color: 162640.

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

Color convert

RGB 80 123 2 -
CMYK 0.35 0 0.98 0.52
HSL 81.32º 0.97% 0.25% -
HSV(B) 81.32º 0.98% 0.48% -
XYZ 10.4 15.88 2.57 -
YUV 96.35 74.75 116.34 -
System Red Green Blue C M Y K H S L
Decimal 80 123 2 0.35 0 0.98 0.52 81.32 0.97 0.25
Hex 50 7B 2 23 0 62 34 51 61 19
Octal 120 173 2 43 0 142 64 121 141 31
Binary 1010000 1111011 10 100011 0 1100010 110100 1010001 1100001 11001

Color Harmonies of #507B02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507B02

Black with #507B02

Text Example


Text Example

White with #507B02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507B02; }

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

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

background-color css

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

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

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

border-color css

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

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

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