Html Css Color HEX #7FED4B Mantis

📋 copy color: '#7FED4B'

red 127 ◦ green 237 ◦ blue 75

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

Shades of Mantis #7FED4B

Tints of Mantis #7FED4B

RGB

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

 GREEN value IS 237 (92.97% from 255) = 53.99%

 BLUE value IS 75 (29.69% from 255) = 17.08%

R = 28.93%
G = 53.99%
B = 17.08%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#7FED4B (or 0x7FED4B) is known color: Mantis. HEX triplet: 7F, ED and 4B. RGB value is (127,237,75). Sum of RGB (Red+Green+Blue) = 127+237+75=439 (58% of max value = 765). Red value is 127 (50% from 255 or 28.93% from 439); Green value is 237 (92.97% from 255 or 53.99% from 439); Blue value is 75 (29.69% from 255 or 17.08% from 439); Max value from RGB is 237 - color contains mainly: green. Hex color #7FED4B is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7FED4B is #8012B4. Grayscale: #BABABA. Windows color (decimal): -8393397 or 4975999. OLE color: 4975999.

HSL color Cylindrical-coordinate representation of color #7FED4B: hue angle of 100.74º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7FED4B is Cyan = 0.46, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.07.

Color convert

RGB 127 237 75 -
CMYK 0.46 0 0.68 0.07
HSL 100.74º 0.82% 0.61% -
HSV(B) 100.74º 0.68% 0.93% -
XYZ 40.31 65.59 17.19 -
YUV 185.64 65.56 86.17 -
System Red Green Blue C M Y K H S L
Decimal 127 237 75 0.46 0 0.68 0.07 100.74 0.82 0.61
Hex 7F ED 4B 2E 0 44 7 65 52 3D
Octal 177 355 113 56 0 104 7 145 122 75
Binary 1111111 11101101 1001011 101110 0 1000100 111 1100101 1010010 111101

Color Harmonies of #7FED4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FED4B

Black with #7FED4B

Text Example


Text Example

White with #7FED4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,237,75); }

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

background-color css

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

 a { background-color: rgb(127,237,75); }

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

border-color css

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

 span { border-color: rgb(127,237,75); }

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