Html Css Color HEX #7DCE8B De York

📋 copy color: '#7DCE8B'

red 125 ◦ green 206 ◦ blue 139

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

Shades of De York #7DCE8B

Tints of De York #7DCE8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 29.57%

R = 26.6%
G = 43.83%
B = 29.57%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.33

 K value IS 0.19

RGB Variations

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

Color information

#7DCE8B (or 0x7DCE8B) is known color: De York. HEX triplet: 7D, CE and 8B. RGB value is (125,206,139). Sum of RGB (Red+Green+Blue) = 125+206+139=470 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.60% from 470); Green value is 206 (80.86% from 255 or 43.83% from 470); Blue value is 139 (54.69% from 255 or 29.57% from 470); Max value from RGB is 206 - color contains mainly: green. Hex color #7DCE8B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DCE8B is #823174. Grayscale: #AEAEAE. Windows color (decimal): -8532341 or 9162365. OLE color: 9162365.

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

Color convert

RGB 125 206 139 -
CMYK 0.39 0 0.33 0.19
HSL 130.37º 0.45% 0.65% -
HSV(B) 130.37º 0.39% 0.81% -
XYZ 35.19 50.37 32.29 -
YUV 174.14 108.16 92.95 -
System Red Green Blue C M Y K H S L
Decimal 125 206 139 0.39 0 0.33 0.19 130.37 0.45 0.65
Hex 7D CE 8B 27 0 21 13 82 2D 41
Octal 175 316 213 47 0 41 23 202 55 101
Binary 1111101 11001110 10001011 100111 0 100001 10011 10000010 101101 1000001

Color Harmonies of #7DCE8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DCE8B

Black with #7DCE8B

Text Example


Text Example

White with #7DCE8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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