Html Css Color HEX #7FCF12 Lima

📋 copy color: '#7FCF12'

red 127 ◦ green 207 ◦ blue 18

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

Shades of Lima #7FCF12

Tints of Lima #7FCF12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.11%

R = 36.08%
G = 58.81%
B = 5.11%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#7FCF12 (or 0x7FCF12) is known color: Lima. HEX triplet: 7F, CF and 12. RGB value is (127,207,18). Sum of RGB (Red+Green+Blue) = 127+207+18=352 (46% of max value = 765). Red value is 127 (50% from 255 or 36.08% from 352); Green value is 207 (81.25% from 255 or 58.81% from 352); Blue value is 18 (7.42% from 255 or 5.11% from 352); Max value from RGB is 207 - color contains mainly: green. Hex color #7FCF12 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7FCF12 is #8030ED. Grayscale: #A2A2A2. Windows color (decimal): -8401134 or 1232767. OLE color: 1232767.

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

Color convert

RGB 127 207 18 -
CMYK 0.39 0 0.91 0.19
HSL 85.4º 0.84% 0.44% -
HSV(B) 85.4º 0.91% 0.81% -
XYZ 31.17 49.18 8.42 -
YUV 161.53 47 103.37 -
System Red Green Blue C M Y K H S L
Decimal 127 207 18 0.39 0 0.91 0.19 85.4 0.84 0.44
Hex 7F CF 12 27 0 5B 13 55 54 2C
Octal 177 317 22 47 0 133 23 125 124 54
Binary 1111111 11001111 10010 100111 0 1011011 10011 1010101 1010100 101100

Color Harmonies of #7FCF12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FCF12

Black with #7FCF12

Text Example


Text Example

White with #7FCF12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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