Html Css Color HEX #7FCF01 Citrus

📋 copy color: '#7FCF01'

red 127 ◦ green 207 ◦ blue 1

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

Shades of Citrus #7FCF01

Tints of Citrus #7FCF01

RGB

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

 GREEN value IS 207 (81.25% from 255) = 61.79%

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

R = 37.91%
G = 61.79%
B = 0.3%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 1.00

 K value IS 0.19

RGB Variations

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

Color information

#7FCF01 (or 0x7FCF01) is known color: Citrus. HEX triplet: 7F, CF and 01. RGB value is (127,207,1). Sum of RGB (Red+Green+Blue) = 127+207+1=335 (44% of max value = 765). Red value is 127 (50% from 255 or 37.91% from 335); Green value is 207 (81.25% from 255 or 61.79% from 335); Blue value is 1 (0.78% from 255 or 0.30% from 335); Max value from RGB is 207 - color contains mainly: green. Hex color #7FCF01 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7FCF01 is #8030FE. Grayscale: #A0A0A0. Windows color (decimal): -8401151 or 118655. OLE color: 118655.

HSL color Cylindrical-coordinate representation of color #7FCF01: hue angle of 83.3º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7FCF01 is Cyan = 0.39, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.19.

Color convert

RGB 127 207 1 -
CMYK 0.39 0 1.00 0.19
HSL 83.3º 0.99% 0.41% -
HSV(B) 83.3º 1% 0.81% -
XYZ 31.07 49.14 7.88 -
YUV 159.6 38.5 104.75 -
System Red Green Blue C M Y K H S L
Decimal 127 207 1 0.39 0 1.00 0.19 83.3 0.99 0.41
Hex 7F CF 1 27 0 64 13 53 63 29
Octal 177 317 1 47 0 144 23 123 143 51
Binary 1111111 11001111 1 100111 0 1100100 10011 1010011 1100011 101001

Color Harmonies of #7FCF01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FCF01

Black with #7FCF01

Text Example


Text Example

White with #7FCF01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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