Html Css Color HEX #7DCF44 Mantis

📋 copy color: '#7DCF44'

red 125 ◦ green 207 ◦ blue 68

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

Shades of Mantis #7DCF44

Tints of Mantis #7DCF44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 17%

R = 31.25%
G = 51.75%
B = 17%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.67

 K value IS 0.19

RGB Variations

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

Color information

#7DCF44 (or 0x7DCF44) is known color: Mantis. HEX triplet: 7D, CF and 44. RGB value is (125,207,68). Sum of RGB (Red+Green+Blue) = 125+207+68=400 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.25% from 400); Green value is 207 (81.25% from 255 or 51.75% from 400); Blue value is 68 (26.95% from 255 or 17% from 400); Max value from RGB is 207 - color contains mainly: green. Hex color #7DCF44 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DCF44 is #8230BB. Grayscale: #A7A7A7. Windows color (decimal): -8532156 or 4509565. OLE color: 4509565.

HSL color Cylindrical-coordinate representation of color #7DCF44: hue angle of 95.4º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7DCF44 is Cyan = 0.40, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.19.

Color convert

RGB 125 207 68 -
CMYK 0.40 0 0.67 0.19
HSL 95.4º 0.59% 0.54% -
HSV(B) 95.4º 0.67% 0.81% -
XYZ 31.81 49.4 13.33 -
YUV 166.64 72.33 98.3 -
System Red Green Blue C M Y K H S L
Decimal 125 207 68 0.40 0 0.67 0.19 95.4 0.59 0.54
Hex 7D CF 44 28 0 43 13 5F 3B 36
Octal 175 317 104 50 0 103 23 137 73 66
Binary 1111101 11001111 1000100 101000 0 1000011 10011 1011111 111011 110110

Color Harmonies of #7DCF44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DCF44

Black with #7DCF44

Text Example


Text Example

White with #7DCF44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,207,68); }

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

background-color css

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

 a { background-color: rgb(125,207,68); }

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

border-color css

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

 span { border-color: rgb(125,207,68); }

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