Html Css Color HEX #7FC501 Citrus

📋 copy color: '#7FC501'

red 127 ◦ green 197 ◦ blue 1

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

Shades of Citrus #7FC501

Tints of Citrus #7FC501

RGB

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

 GREEN value IS 197 (77.34% from 255) = 60.62%

 BLUE value IS 1 (0.78% from 255) = 0.31%

R = 39.08%
G = 60.62%
B = 0.31%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.99

 K value IS 0.23

RGB Variations

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

Color information

#7FC501 (or 0x7FC501) is known color: Citrus. HEX triplet: 7F, C5 and 01. RGB value is (127,197,1). Sum of RGB (Red+Green+Blue) = 127+197+1=325 (43% of max value = 765). Red value is 127 (50% from 255 or 39.08% from 325); Green value is 197 (77.34% from 255 or 60.62% from 325); Blue value is 1 (0.78% from 255 or 0.31% from 325); Max value from RGB is 197 - color contains mainly: green. Hex color #7FC501 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7FC501 is #803AFE. Grayscale: #9A9A9A. Windows color (decimal): -8403711 or 116095. OLE color: 116095.

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

Color convert

RGB 127 197 1 -
CMYK 0.36 0 0.99 0.23
HSL 81.43º 0.99% 0.39% -
HSV(B) 81.43º 0.99% 0.77% -
XYZ 28.72 44.45 7.09 -
YUV 153.73 41.81 108.94 -
System Red Green Blue C M Y K H S L
Decimal 127 197 1 0.36 0 0.99 0.23 81.43 0.99 0.39
Hex 7F C5 1 24 0 63 17 51 63 27
Octal 177 305 1 44 0 143 27 121 143 47
Binary 1111111 11000101 1 100100 0 1100011 10111 1010001 1100011 100111

Color Harmonies of #7FC501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FC501

Black with #7FC501

Text Example


Text Example

White with #7FC501

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,197,1); }

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

background-color css

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

 a { background-color: rgb(127,197,1); }

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

border-color css

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

 span { border-color: rgb(127,197,1); }

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