#7FBF00

Color #7FBF00 Citrus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Citrus #7FBF00

Tints of Citrus #7FBF00

Color information

#7FBF00 (or 0x7FBF00) is unknown color: approx Citrus. HEX triplet: 7F, BF and 00. RGB value is (127,191,0). Sum of RGB (Red+Green+Blue) = 127+191+0=318 (42% of max value = 765). Red value is 127 (50% from 255 or 39.94% from 318); Green value is 191 (75% from 255 or 60.06% from 318); Blue value is 0 (0.39% from 255 or 0% from 318); Max value from RGB is 191 - color contains mainly: green. Hex color #7FBF00 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7FBF00 is #8040FF. Grayscale: #969696. Windows color (decimal): -8405248 or 49023. OLE color: 49023.

HSL color Cylindrical-coordinate representation of color #7FBF00: hue angle of 80.1º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7FBF00 is Cyan = 0.34, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.25.

Color convert

RGB1271910-
CMYK0.34010.25
HSL80.1º100%37.45%-
HSV(B)80.1º100%74.9%-
XYZ27.3841.776.62-
YUV150.0943.3111.53-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 39.94%
GREEN value IS 191 (75% from 255) = 60.06%
BLUE value IS 0 (0.39% from 255) = 0%
R=39.94%
G=60.06%
B=0%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal12719100.34010.2580.110037.45
Hex7FBF02206419506425
Octal17727704201443112014445
Binary1111111101111110100010011001001100110100001100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FBF00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7FBF00; }

 p { color: rgb(127,191,0); }

 H1.HeaderClassName
 {
   color: #7FBF00;
 }
 .AnyTagClassName
 {
   color: #7FBF00;
 }
</style>
background-color css

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

 a { background-color: rgb(127,191,0); }

 div.DivClassName
 {
   background-color: #7FBF00;
 }
 .BgClassName
 {
   background-color: #7FBF00;
 }
</style>
border-color css

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

 span { border-color: rgb(127,191,0); }

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