Html Css Color HEX #7DCE4B Mantis

📋 copy color: '#7DCE4B'

red 125 ◦ green 206 ◦ blue 75

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

Shades of Mantis #7DCE4B

Tints of Mantis #7DCE4B

RGB

 RED value IS 125 (49.22% from 255) = 30.79%

 GREEN value IS 206 (80.86% from 255) = 50.74%

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

R = 30.79%
G = 50.74%
B = 18.47%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.64

 K value IS 0.19

RGB Variations

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

Color information

#7DCE4B (or 0x7DCE4B) is known color: Mantis. HEX triplet: 7D, CE and 4B. RGB value is (125,206,75). Sum of RGB (Red+Green+Blue) = 125+206+75=406 (53% of max value = 765). Red value is 125 (49.22% from 255 or 30.79% from 406); Green value is 206 (80.86% from 255 or 50.74% from 406); Blue value is 75 (29.69% from 255 or 18.47% from 406); Max value from RGB is 206 - color contains mainly: green. Hex color #7DCE4B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DCE4B is #8231B4. Grayscale: #A7A7A7. Windows color (decimal): -8532405 or 4968061. OLE color: 4968061.

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

Color convert

RGB 125 206 75 -
CMYK 0.39 0 0.64 0.19
HSL 97.1º 0.57% 0.55% -
HSV(B) 97.1º 0.64% 0.81% -
XYZ 31.8 49.01 14.44 -
YUV 166.85 76.16 98.15 -
System Red Green Blue C M Y K H S L
Decimal 125 206 75 0.39 0 0.64 0.19 97.1 0.57 0.55
Hex 7D CE 4B 27 0 40 13 61 39 37
Octal 175 316 113 47 0 100 23 141 71 67
Binary 1111101 11001110 1001011 100111 0 1000000 10011 1100001 111001 110111

Color Harmonies of #7DCE4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DCE4B

Black with #7DCE4B

Text Example


Text Example

White with #7DCE4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,206,75); }

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

background-color css

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

 a { background-color: rgb(125,206,75); }

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

border-color css

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

 span { border-color: rgb(125,206,75); }

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