Html Css Color HEX #7FBF00 Citrus

📋 copy color: '#7FBF00'

red 127 ◦ green 191 ◦ blue 0

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

Shades of Citrus #7FBF00

Tints of Citrus #7FBF00

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 value IS 0.34

 M value IS 0

 Y value IS 1

 K value IS 0.25

RGB Variations

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

Color information

#7FBF00 (or 0x7FBF00) is known color: 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

RGB 127 191 0 -
CMYK 0.34 0 1 0.25
HSL 80.1º 1% 0.37% -
HSV(B) 80.1º 1% 0.75% -
XYZ 27.38 41.77 6.62 -
YUV 150.09 43.3 111.53 -
System Red Green Blue C M Y K H S L
Decimal 127 191 0 0.34 0 1 0.25 80.1 1 0.37
Hex 7F BF 0 22 0 64 19 50 64 25
Octal 177 277 0 42 0 144 31 120 144 45
Binary 1111111 10111111 0 100010 0 1100100 11001 1010000 1100100 100101

Color Harmonies of #7FBF00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FBF00

Black with #7FBF00

Text Example


Text Example

White with #7FBF00

Text Example


Text Example

HTML Codes & Css Web 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>