Html Css Color HEX #7DCC4B Mantis

📋 copy color: '#7DCC4B'

red 125 ◦ green 204 ◦ blue 75

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

Shades of Mantis #7DCC4B

Tints of Mantis #7DCC4B

RGB

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

 GREEN value IS 204 (80.08% from 255) = 50.5%

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

R = 30.94%
G = 50.5%
B = 18.56%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.63

 K value IS 0.2

RGB Variations

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

Color information

#7DCC4B (or 0x7DCC4B) is known color: Mantis. HEX triplet: 7D, CC and 4B. RGB value is (125,204,75). Sum of RGB (Red+Green+Blue) = 125+204+75=404 (53% of max value = 765). Red value is 125 (49.22% from 255 or 30.94% from 404); Green value is 204 (80.08% from 255 or 50.50% from 404); Blue value is 75 (29.69% from 255 or 18.56% from 404); Max value from RGB is 204 - color contains mainly: green. Hex color #7DCC4B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DCC4B is #8233B4. Grayscale: #A6A6A6. Windows color (decimal): -8532917 or 4967549. OLE color: 4967549.

HSL color Cylindrical-coordinate representation of color #7DCC4B: hue angle of 96.74º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7DCC4B is Cyan = 0.39, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.2.

Color convert

RGB 125 204 75 -
CMYK 0.39 0 0.63 0.2
HSL 96.74º 0.56% 0.55% -
HSV(B) 96.74º 0.63% 0.8% -
XYZ 31.32 48.05 14.28 -
YUV 165.67 76.83 98.99 -
System Red Green Blue C M Y K H S L
Decimal 125 204 75 0.39 0 0.63 0.2 96.74 0.56 0.55
Hex 7D CC 4B 27 0 3F 14 61 38 37
Octal 175 314 113 47 0 77 24 141 70 67
Binary 1111101 11001100 1001011 100111 0 111111 10100 1100001 111000 110111

Color Harmonies of #7DCC4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DCC4B

Black with #7DCC4B

Text Example


Text Example

White with #7DCC4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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