Html Css Color HEX #7DCD67 Mantis

📋 copy color: '#7DCD67'

red 125 ◦ green 205 ◦ blue 103

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

Shades of Mantis #7DCD67

Tints of Mantis #7DCD67

RGB

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

 GREEN value IS 205 (80.47% from 255) = 47.34%

 BLUE value IS 103 (40.63% from 255) = 23.79%

R = 28.87%
G = 47.34%
B = 23.79%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.50

 K value IS 0.20

RGB Variations

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

Color information

#7DCD67 (or 0x7DCD67) is known color: Mantis. HEX triplet: 7D, CD and 67. RGB value is (125,205,103). Sum of RGB (Red+Green+Blue) = 125+205+103=433 (57% of max value = 765). Red value is 125 (49.22% from 255 or 28.87% from 433); Green value is 205 (80.47% from 255 or 47.34% from 433); Blue value is 103 (40.62% from 255 or 23.79% from 433); Max value from RGB is 205 - color contains mainly: green. Hex color #7DCD67 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DCD67 is #823298. Grayscale: #A9A9A9. Windows color (decimal): -8532633 or 6802813. OLE color: 6802813.

HSL color Cylindrical-coordinate representation of color #7DCD67: hue angle of 107.06º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7DCD67 is Cyan = 0.39, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.20.

Color convert

RGB 125 205 103 -
CMYK 0.39 0 0.50 0.20
HSL 107.06º 0.5% 0.6% -
HSV(B) 107.06º 0.5% 0.8% -
XYZ 32.74 49 20.56 -
YUV 169.45 90.5 96.29 -
System Red Green Blue C M Y K H S L
Decimal 125 205 103 0.39 0 0.50 0.20 107.06 0.5 0.6
Hex 7D CD 67 27 0 32 14 6B 32 3C
Octal 175 315 147 47 0 62 24 153 62 74
Binary 1111101 11001101 1100111 100111 0 110010 10100 1101011 110010 111100

Color Harmonies of #7DCD67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DCD67

Black with #7DCD67

Text Example


Text Example

White with #7DCD67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,205,103); }

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

background-color css

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

 a { background-color: rgb(125,205,103); }

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

border-color css

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

 span { border-color: rgb(125,205,103); }

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