Html Css Color HEX #7DBF85 De York

📋 copy color: '#7DBF85'

red 125 ◦ green 191 ◦ blue 133

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

Shades of De York #7DBF85

Tints of De York #7DBF85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 29.62%

R = 27.84%
G = 42.54%
B = 29.62%

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

#7DBF85 (or 0x7DBF85) is known color: De York. HEX triplet: 7D, BF and 85. RGB value is (125,191,133). Sum of RGB (Red+Green+Blue) = 125+191+133=449 (59% of max value = 765). Red value is 125 (49.22% from 255 or 27.84% from 449); Green value is 191 (75% from 255 or 42.54% from 449); Blue value is 133 (52.34% from 255 or 29.62% from 449); Max value from RGB is 191 - color contains mainly: green. Hex color #7DBF85 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DBF85 is #82407A. Grayscale: #A4A4A4. Windows color (decimal): -8536187 or 8765309. OLE color: 8765309.

HSL color Cylindrical-coordinate representation of color #7DBF85: hue angle of 127.27º 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 #7DBF85 is Cyan = 0.35, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.25.

Color convert

RGB 125 191 133 -
CMYK 0.35 0 0.30 0.25
HSL 127.27º 0.34% 0.62% -
HSV(B) 127.27º 0.35% 0.75% -
XYZ 31.32 43.32 28.9 -
YUV 164.65 110.13 99.72 -
System Red Green Blue C M Y K H S L
Decimal 125 191 133 0.35 0 0.30 0.25 127.27 0.34 0.62
Hex 7D BF 85 23 0 1E 19 7F 22 3E
Octal 175 277 205 43 0 36 31 177 42 76
Binary 1111101 10111111 10000101 100011 0 11110 11001 1111111 100010 111110

Color Harmonies of #7DBF85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DBF85

Black with #7DBF85

Text Example


Text Example

White with #7DBF85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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