Html Css Color HEX #7FC000 Citrus

📋 copy color: '#7FC000'

red 127 ◦ green 192 ◦ blue 0

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

Shades of Citrus #7FC000

Tints of Citrus #7FC000

RGB

 RED value IS 127 (50% from 255) = 39.81%

 GREEN value IS 192 (75.39% from 255) = 60.19%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 39.81%
G = 60.19%
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

#7FC000 (or 0x7FC000) is known color: Citrus. HEX triplet: 7F, C0 and 00. RGB value is (127,192,0). Sum of RGB (Red+Green+Blue) = 127+192+0=319 (42% of max value = 765). Red value is 127 (50% from 255 or 39.81% from 319); Green value is 192 (75.39% from 255 or 60.19% from 319); Blue value is 0 (0.39% from 255 or 0% from 319); Max value from RGB is 192 - color contains mainly: green. Hex color #7FC000 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7FC000 is #803FFF. Grayscale: #979797. Windows color (decimal): -8404992 or 49279. OLE color: 49279.

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

Color convert

RGB 127 192 0 -
CMYK 0.34 0 1 0.25
HSL 80.31º 1% 0.38% -
HSV(B) 80.31º 1% 0.75% -
XYZ 27.6 42.21 6.69 -
YUV 150.68 42.97 111.11 -
System Red Green Blue C M Y K H S L
Decimal 127 192 0 0.34 0 1 0.25 80.31 1 0.38
Hex 7F C0 0 22 0 64 19 50 64 26
Octal 177 300 0 42 0 144 31 120 144 46
Binary 1111111 11000000 0 100010 0 1100100 11001 1010000 1100100 100110

Color Harmonies of #7FC000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FC000

Black with #7FC000

Text Example


Text Example

White with #7FC000

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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