Html Css Color HEX #7DBE7B De York

📋 copy color: '#7DBE7B'

red 125 ◦ green 190 ◦ blue 123

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

Shades of De York #7DBE7B

Tints of De York #7DBE7B

RGB

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

 GREEN value IS 190 (74.61% from 255) = 43.38%

 BLUE value IS 123 (48.44% from 255) = 28.08%

R = 28.54%
G = 43.38%
B = 28.08%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#7DBE7B (or 0x7DBE7B) is known color: De York. HEX triplet: 7D, BE and 7B. RGB value is (125,190,123). Sum of RGB (Red+Green+Blue) = 125+190+123=438 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.54% from 438); Green value is 190 (74.61% from 255 or 43.38% from 438); Blue value is 123 (48.44% from 255 or 28.08% from 438); Max value from RGB is 190 - color contains mainly: green. Hex color #7DBE7B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DBE7B is #824184. Grayscale: #A3A3A3. Windows color (decimal): -8536453 or 8109693. OLE color: 8109693.

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

Color convert

RGB 125 190 123 -
CMYK 0.34 0 0.35 0.25
HSL 118.21º 0.34% 0.61% -
HSV(B) 118.21º 0.35% 0.75% -
XYZ 30.45 42.62 25.36 -
YUV 162.93 105.47 100.95 -
System Red Green Blue C M Y K H S L
Decimal 125 190 123 0.34 0 0.35 0.25 118.21 0.34 0.61
Hex 7D BE 7B 22 0 23 19 76 22 3D
Octal 175 276 173 42 0 43 31 166 42 75
Binary 1111101 10111110 1111011 100010 0 100011 11001 1110110 100010 111101

Color Harmonies of #7DBE7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DBE7B

Black with #7DBE7B

Text Example


Text Example

White with #7DBE7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,190,123); }

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

background-color css

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

 a { background-color: rgb(125,190,123); }

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

border-color css

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

 span { border-color: rgb(125,190,123); }

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