Html Css Color HEX #7DBF86 De York

📋 copy color: '#7DBF86'

red 125 ◦ green 191 ◦ blue 134

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

Shades of De York #7DBF86

Tints of De York #7DBF86

RGB

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

 GREEN value IS 191 (75% from 255) = 42.44%

 BLUE value IS 134 (52.73% from 255) = 29.78%

R = 27.78%
G = 42.44%
B = 29.78%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.30

 K value IS 0.25

RGB Variations

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

Color information

#7DBF86 (or 0x7DBF86) is known color: De York. HEX triplet: 7D, BF and 86. RGB value is (125,191,134). Sum of RGB (Red+Green+Blue) = 125+191+134=450 (59% of max value = 765). Red value is 125 (49.22% from 255 or 27.78% from 450); Green value is 191 (75% from 255 or 42.44% from 450); Blue value is 134 (52.73% from 255 or 29.78% from 450); Max value from RGB is 191 - color contains mainly: green. Hex color #7DBF86 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DBF86 is #824079. Grayscale: #A4A4A4. Windows color (decimal): -8536186 or 8830845. OLE color: 8830845.

HSL color Cylindrical-coordinate representation of color #7DBF86: hue angle of 128.18º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7DBF86 is Cyan = 0.35, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.25.

Color convert

RGB 125 191 134 -
CMYK 0.35 0 0.30 0.25
HSL 128.18º 0.34% 0.62% -
HSV(B) 128.18º 0.35% 0.75% -
XYZ 31.39 43.34 29.27 -
YUV 164.77 110.63 99.63 -
System Red Green Blue C M Y K H S L
Decimal 125 191 134 0.35 0 0.30 0.25 128.18 0.34 0.62
Hex 7D BF 86 23 0 1E 19 80 22 3E
Octal 175 277 206 43 0 36 31 200 42 76
Binary 1111101 10111111 10000110 100011 0 11110 11001 10000000 100010 111110

Color Harmonies of #7DBF86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DBF86

Black with #7DBF86

Text Example


Text Example

White with #7DBF86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,191,134); }

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

background-color css

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

 a { background-color: rgb(125,191,134); }

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

border-color css

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

 span { border-color: rgb(125,191,134); }

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