Html Css Color HEX #7FC100 Citrus

📋 copy color: '#7FC100'

red 127 ◦ green 193 ◦ blue 0

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

Shades of Citrus #7FC100

Tints of Citrus #7FC100

RGB

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

 GREEN value IS 193 (75.78% from 255) = 60.31%

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

R = 39.69%
G = 60.31%
B = 0%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 1

 K value IS 0.24

RGB Variations

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

Color information

#7FC100 (or 0x7FC100) is known color: Citrus. HEX triplet: 7F, C1 and 00. RGB value is (127,193,0). Sum of RGB (Red+Green+Blue) = 127+193+0=320 (42% of max value = 765). Red value is 127 (50% from 255 or 39.69% from 320); Green value is 193 (75.78% from 255 or 60.31% from 320); Blue value is 0 (0.39% from 255 or 0% from 320); Max value from RGB is 193 - color contains mainly: green. Hex color #7FC100 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7FC100 is #803EFF. Grayscale: #979797. Windows color (decimal): -8404736 or 49535. OLE color: 49535.

HSL color Cylindrical-coordinate representation of color #7FC100: hue angle of 80.52º 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 #7FC100 is Cyan = 0.34, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.24.

Color convert

RGB 127 193 0 -
CMYK 0.34 0 1 0.24
HSL 80.52º 1% 0.38% -
HSV(B) 80.52º 1% 0.76% -
XYZ 27.82 42.65 6.77 -
YUV 151.26 42.63 110.69 -
System Red Green Blue C M Y K H S L
Decimal 127 193 0 0.34 0 1 0.24 80.52 1 0.38
Hex 7F C1 0 22 0 64 18 51 64 26
Octal 177 301 0 42 0 144 30 121 144 46
Binary 1111111 11000001 0 100010 0 1100100 11000 1010001 1100100 100110

Color Harmonies of #7FC100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FC100

Black with #7FC100

Text Example


Text Example

White with #7FC100

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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