Html Css Color HEX #7FC600 Citrus

📋 copy color: '#7FC600'

red 127 ◦ green 198 ◦ blue 0

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

Shades of Citrus #7FC600

Tints of Citrus #7FC600

RGB

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

 GREEN value IS 198 (77.73% from 255) = 60.92%

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

R = 39.08%
G = 60.92%
B = 0%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 1

 K value IS 0.22

RGB Variations

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

Color information

#7FC600 (or 0x7FC600) is known color: Citrus. HEX triplet: 7F, C6 and 00. RGB value is (127,198,0). Sum of RGB (Red+Green+Blue) = 127+198+0=325 (43% of max value = 765). Red value is 127 (50% from 255 or 39.08% from 325); Green value is 198 (77.73% from 255 or 60.92% from 325); Blue value is 0 (0.39% from 255 or 0% from 325); Max value from RGB is 198 - color contains mainly: green. Hex color #7FC600 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7FC600 is #8039FF. Grayscale: #9A9A9A. Windows color (decimal): -8403456 or 50815. OLE color: 50815.

HSL color Cylindrical-coordinate representation of color #7FC600: hue angle of 81.52º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7FC600 is Cyan = 0.36, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.22.

Color convert

RGB 127 198 0 -
CMYK 0.36 0 1 0.22
HSL 81.52º 1% 0.39% -
HSV(B) 81.52º 1% 0.78% -
XYZ 28.95 44.9 7.14 -
YUV 154.2 40.98 108.6 -
System Red Green Blue C M Y K H S L
Decimal 127 198 0 0.36 0 1 0.22 81.52 1 0.39
Hex 7F C6 0 24 0 64 16 52 64 27
Octal 177 306 0 44 0 144 26 122 144 47
Binary 1111111 11000110 0 100100 0 1100100 10110 1010010 1100100 100111

Color Harmonies of #7FC600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FC600

Black with #7FC600

Text Example


Text Example

White with #7FC600

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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