Html Css Color HEX #7FCF52 Mantis

📋 copy color: '#7FCF52'

red 127 ◦ green 207 ◦ blue 82

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

Shades of Mantis #7FCF52

Tints of Mantis #7FCF52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 19.71%

R = 30.53%
G = 49.76%
B = 19.71%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.60

 K value IS 0.19

RGB Variations

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

Color information

#7FCF52 (or 0x7FCF52) is known color: Mantis. HEX triplet: 7F, CF and 52. RGB value is (127,207,82). Sum of RGB (Red+Green+Blue) = 127+207+82=416 (55% of max value = 765). Red value is 127 (50% from 255 or 30.53% from 416); Green value is 207 (81.25% from 255 or 49.76% from 416); Blue value is 82 (32.42% from 255 or 19.71% from 416); Max value from RGB is 207 - color contains mainly: green. Hex color #7FCF52 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FCF52 is #8030AD. Grayscale: #A9A9A9. Windows color (decimal): -8401070 or 5427071. OLE color: 5427071.

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

Color convert

RGB 127 207 82 -
CMYK 0.39 0 0.60 0.19
HSL 98.4º 0.57% 0.57% -
HSV(B) 98.4º 0.6% 0.81% -
XYZ 32.59 49.75 15.87 -
YUV 168.83 79 98.16 -
System Red Green Blue C M Y K H S L
Decimal 127 207 82 0.39 0 0.60 0.19 98.4 0.57 0.57
Hex 7F CF 52 27 0 3C 13 62 39 39
Octal 177 317 122 47 0 74 23 142 71 71
Binary 1111111 11001111 1010010 100111 0 111100 10011 1100010 111001 111001

Color Harmonies of #7FCF52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FCF52

Black with #7FCF52

Text Example


Text Example

White with #7FCF52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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