Html Css Color HEX #7FC200 Citrus

📋 copy color: '#7FC200'

red 127 ◦ green 194 ◦ blue 0

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

Shades of Citrus #7FC200

Tints of Citrus #7FC200

RGB

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

 GREEN value IS 194 (76.17% from 255) = 60.44%

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

R = 39.56%
G = 60.44%
B = 0%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 1

 K value IS 0.24

RGB Variations

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

Color information

#7FC200 (or 0x7FC200) is known color: Citrus. HEX triplet: 7F, C2 and 00. RGB value is (127,194,0). Sum of RGB (Red+Green+Blue) = 127+194+0=321 (42% of max value = 765). Red value is 127 (50% from 255 or 39.56% from 321); Green value is 194 (76.17% from 255 or 60.44% from 321); Blue value is 0 (0.39% from 255 or 0% from 321); Max value from RGB is 194 - color contains mainly: green. Hex color #7FC200 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7FC200 is #803DFF. Grayscale: #989898. Windows color (decimal): -8404480 or 49791. OLE color: 49791.

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

Color convert

RGB 127 194 0 -
CMYK 0.35 0 1 0.24
HSL 80.72º 1% 0.38% -
HSV(B) 80.72º 1% 0.76% -
XYZ 28.04 43.1 6.84 -
YUV 151.85 42.3 110.27 -
System Red Green Blue C M Y K H S L
Decimal 127 194 0 0.35 0 1 0.24 80.72 1 0.38
Hex 7F C2 0 23 0 64 18 51 64 26
Octal 177 302 0 43 0 144 30 121 144 46
Binary 1111111 11000010 0 100011 0 1100100 11000 1010001 1100100 100110

Color Harmonies of #7FC200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FC200

Black with #7FC200

Text Example


Text Example

White with #7FC200

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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