Html Css Color HEX #7DBF77 De York

📋 copy color: '#7DBF77'

red 125 ◦ green 191 ◦ blue 119

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

Shades of De York #7DBF77

Tints of De York #7DBF77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 27.36%

R = 28.74%
G = 43.91%
B = 27.36%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#7DBF77 (or 0x7DBF77) is known color: De York. HEX triplet: 7D, BF and 77. RGB value is (125,191,119). Sum of RGB (Red+Green+Blue) = 125+191+119=435 (57% of max value = 765). Red value is 125 (49.22% from 255 or 28.74% from 435); Green value is 191 (75% from 255 or 43.91% from 435); Blue value is 119 (46.88% from 255 or 27.36% from 435); Max value from RGB is 191 - color contains mainly: green. Hex color #7DBF77 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DBF77 is #824088. Grayscale: #A3A3A3. Windows color (decimal): -8536201 or 7847805. OLE color: 7847805.

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

Color convert

RGB 125 191 119 -
CMYK 0.35 0 0.38 0.25
HSL 115º 0.36% 0.61% -
HSV(B) 115º 0.38% 0.75% -
XYZ 30.42 42.95 24.14 -
YUV 163.06 103.13 100.85 -
System Red Green Blue C M Y K H S L
Decimal 125 191 119 0.35 0 0.38 0.25 115 0.36 0.61
Hex 7D BF 77 23 0 26 19 73 24 3D
Octal 175 277 167 43 0 46 31 163 44 75
Binary 1111101 10111111 1110111 100011 0 100110 11001 1110011 100100 111101

Color Harmonies of #7DBF77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DBF77

Black with #7DBF77

Text Example


Text Example

White with #7DBF77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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