Html Css Color HEX #7DBF7A De York

📋 copy color: '#7DBF7A'

red 125 ◦ green 191 ◦ blue 122

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

Shades of De York #7DBF7A

Tints of De York #7DBF7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 27.85%

R = 28.54%
G = 43.61%
B = 27.85%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#7DBF7A (or 0x7DBF7A) is known color: De York. HEX triplet: 7D, BF and 7A. RGB value is (125,191,122). Sum of RGB (Red+Green+Blue) = 125+191+122=438 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.54% from 438); Green value is 191 (75% from 255 or 43.61% from 438); Blue value is 122 (48.05% from 255 or 27.85% from 438); Max value from RGB is 191 - color contains mainly: green. Hex color #7DBF7A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DBF7A is #824085. Grayscale: #A3A3A3. Windows color (decimal): -8536198 or 8044413. OLE color: 8044413.

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

Color convert

RGB 125 191 122 -
CMYK 0.35 0 0.36 0.25
HSL 117.39º 0.35% 0.61% -
HSV(B) 117.39º 0.36% 0.75% -
XYZ 30.6 43.03 25.1 -
YUV 163.4 104.63 100.61 -
System Red Green Blue C M Y K H S L
Decimal 125 191 122 0.35 0 0.36 0.25 117.39 0.35 0.61
Hex 7D BF 7A 23 0 24 19 75 23 3D
Octal 175 277 172 43 0 44 31 165 43 75
Binary 1111101 10111111 1111010 100011 0 100100 11001 1110101 100011 111101

Color Harmonies of #7DBF7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DBF7A

Black with #7DBF7A

Text Example


Text Example

White with #7DBF7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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