Html Css Color HEX #7FCF05 Lima

📋 copy color: '#7FCF05'

red 127 ◦ green 207 ◦ blue 5

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

Shades of Lima #7FCF05

Tints of Lima #7FCF05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.47%

R = 37.46%
G = 61.06%
B = 1.47%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.98

 K value IS 0.19

RGB Variations

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

Color information

#7FCF05 (or 0x7FCF05) is known color: Lima. HEX triplet: 7F, CF and 05. RGB value is (127,207,5). Sum of RGB (Red+Green+Blue) = 127+207+5=339 (44% of max value = 765). Red value is 127 (50% from 255 or 37.46% from 339); Green value is 207 (81.25% from 255 or 61.06% from 339); Blue value is 5 (2.34% from 255 or 1.47% from 339); Max value from RGB is 207 - color contains mainly: green. Hex color #7FCF05 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7FCF05 is #8030FA. Grayscale: #A0A0A0. Windows color (decimal): -8401147 or 380799. OLE color: 380799.

HSL color Cylindrical-coordinate representation of color #7FCF05: hue angle of 83.76º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7FCF05 is Cyan = 0.39, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.19.

Color convert

RGB 127 207 5 -
CMYK 0.39 0 0.98 0.19
HSL 83.76º 0.95% 0.42% -
HSV(B) 83.76º 0.98% 0.81% -
XYZ 31.09 49.15 7.99 -
YUV 160.05 40.5 104.43 -
System Red Green Blue C M Y K H S L
Decimal 127 207 5 0.39 0 0.98 0.19 83.76 0.95 0.42
Hex 7F CF 5 27 0 62 13 54 5F 2A
Octal 177 317 5 47 0 142 23 124 137 52
Binary 1111111 11001111 101 100111 0 1100010 10011 1010100 1011111 101010

Color Harmonies of #7FCF05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FCF05

Black with #7FCF05

Text Example


Text Example

White with #7FCF05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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