Html Css Color HEX #7FC401 Citrus

📋 copy color: '#7FC401'

red 127 ◦ green 196 ◦ blue 1

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

Shades of Citrus #7FC401

Tints of Citrus #7FC401

RGB

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

 GREEN value IS 196 (76.95% from 255) = 60.49%

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

R = 39.2%
G = 60.49%
B = 0.31%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.99

 K value IS 0.23

RGB Variations

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

Color information

#7FC401 (or 0x7FC401) is known color: Citrus. HEX triplet: 7F, C4 and 01. RGB value is (127,196,1). Sum of RGB (Red+Green+Blue) = 127+196+1=324 (42% of max value = 765). Red value is 127 (50% from 255 or 39.20% from 324); Green value is 196 (76.95% from 255 or 60.49% from 324); Blue value is 1 (0.78% from 255 or 0.31% from 324); Max value from RGB is 196 - color contains mainly: green. Hex color #7FC401 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7FC401 is #803BFE. Grayscale: #999999. Windows color (decimal): -8403967 or 115839. OLE color: 115839.

HSL color Cylindrical-coordinate representation of color #7FC401: hue angle of 81.23º 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 #7FC401 is Cyan = 0.35, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.23.

Color convert

RGB 127 196 1 -
CMYK 0.35 0 0.99 0.23
HSL 81.23º 0.99% 0.39% -
HSV(B) 81.23º 0.99% 0.77% -
XYZ 28.5 43.99 7.02 -
YUV 153.14 42.14 109.36 -
System Red Green Blue C M Y K H S L
Decimal 127 196 1 0.35 0 0.99 0.23 81.23 0.99 0.39
Hex 7F C4 1 23 0 63 17 51 63 27
Octal 177 304 1 43 0 143 27 121 143 47
Binary 1111111 11000100 1 100011 0 1100011 10111 1010001 1100011 100111

Color Harmonies of #7FC401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FC401

Black with #7FC401

Text Example


Text Example

White with #7FC401

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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