Html Css Color HEX #7DCB8D De York

📋 copy color: '#7DCB8D'

red 125 ◦ green 203 ◦ blue 141

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

Shades of De York #7DCB8D

Tints of De York #7DCB8D

RGB

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

 GREEN value IS 203 (79.69% from 255) = 43.28%

 BLUE value IS 141 (55.47% from 255) = 30.06%

R = 26.65%
G = 43.28%
B = 30.06%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.31

 K value IS 0.20

RGB Variations

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

Color information

#7DCB8D (or 0x7DCB8D) is known color: De York. HEX triplet: 7D, CB and 8D. RGB value is (125,203,141). Sum of RGB (Red+Green+Blue) = 125+203+141=469 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.65% from 469); Green value is 203 (79.69% from 255 or 43.28% from 469); Blue value is 141 (55.47% from 255 or 30.06% from 469); Max value from RGB is 203 - color contains mainly: green. Hex color #7DCB8D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DCB8D is #823472. Grayscale: #ACACAC. Windows color (decimal): -8533107 or 9292669. OLE color: 9292669.

HSL color Cylindrical-coordinate representation of color #7DCB8D: hue angle of 132.31º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7DCB8D is Cyan = 0.38, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.20.

Color convert

RGB 125 203 141 -
CMYK 0.38 0 0.31 0.20
HSL 132.31º 0.43% 0.64% -
HSV(B) 132.31º 0.38% 0.8% -
XYZ 34.62 48.99 32.83 -
YUV 172.61 110.16 94.04 -
System Red Green Blue C M Y K H S L
Decimal 125 203 141 0.38 0 0.31 0.20 132.31 0.43 0.64
Hex 7D CB 8D 26 0 1F 14 84 2B 40
Octal 175 313 215 46 0 37 24 204 53 100
Binary 1111101 11001011 10001101 100110 0 11111 10100 10000100 101011 1000000

Color Harmonies of #7DCB8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DCB8D

Black with #7DCB8D

Text Example


Text Example

White with #7DCB8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,203,141); }

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

background-color css

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

 a { background-color: rgb(125,203,141); }

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

border-color css

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

 span { border-color: rgb(125,203,141); }

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