Html Css Color HEX #7DDB8B De York

📋 copy color: '#7DDB8B'

red 125 ◦ green 219 ◦ blue 139

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

Shades of De York #7DDB8B

Tints of De York #7DDB8B

RGB

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

 GREEN value IS 219 (85.94% from 255) = 45.34%

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

R = 25.88%
G = 45.34%
B = 28.78%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#7DDB8B (or 0x7DDB8B) is known color: De York. HEX triplet: 7D, DB and 8B. RGB value is (125,219,139). Sum of RGB (Red+Green+Blue) = 125+219+139=483 (63% of max value = 765). Red value is 125 (49.22% from 255 or 25.88% from 483); Green value is 219 (85.94% from 255 or 45.34% from 483); Blue value is 139 (54.69% from 255 or 28.78% from 483); Max value from RGB is 219 - color contains mainly: green. Hex color #7DDB8B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DDB8B is #822474. Grayscale: #B5B5B5. Windows color (decimal): -8529013 or 9165693. OLE color: 9165693.

HSL color Cylindrical-coordinate representation of color #7DDB8B: hue angle of 128.94º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7DDB8B is Cyan = 0.43, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.14.

Color convert

RGB 125 219 139 -
CMYK 0.43 0 0.37 0.14
HSL 128.94º 0.57% 0.67% -
HSV(B) 128.94º 0.43% 0.86% -
XYZ 38.45 56.89 33.38 -
YUV 181.77 103.86 87.5 -
System Red Green Blue C M Y K H S L
Decimal 125 219 139 0.43 0 0.37 0.14 128.94 0.57 0.67
Hex 7D DB 8B 2B 0 25 E 81 39 43
Octal 175 333 213 53 0 45 16 201 71 103
Binary 1111101 11011011 10001011 101011 0 100101 1110 10000001 111001 1000011

Color Harmonies of #7DDB8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DDB8B

Black with #7DDB8B

Text Example


Text Example

White with #7DDB8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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