Html Css Color HEX #7DCB7F De York

📋 copy color: '#7DCB7F'

red 125 ◦ green 203 ◦ blue 127

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

Shades of De York #7DCB7F

Tints of De York #7DCB7F

RGB

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

 GREEN value IS 203 (79.69% from 255) = 44.62%

 BLUE value IS 127 (50% from 255) = 27.91%

R = 27.47%
G = 44.62%
B = 27.91%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.37

 K value IS 0.20

RGB Variations

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

Color information

#7DCB7F (or 0x7DCB7F) is known color: De York. HEX triplet: 7D, CB and 7F. RGB value is (125,203,127). Sum of RGB (Red+Green+Blue) = 125+203+127=455 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.47% from 455); Green value is 203 (79.69% from 255 or 44.62% from 455); Blue value is 127 (50% from 255 or 27.91% from 455); Max value from RGB is 203 - color contains mainly: green. Hex color #7DCB7F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DCB7F is #823480. Grayscale: #ABABAB. Windows color (decimal): -8533121 or 8375165. OLE color: 8375165.

HSL color Cylindrical-coordinate representation of color #7DCB7F: hue angle of 121.54º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7DCB7F is Cyan = 0.38, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.20.

Color convert

RGB 125 203 127 -
CMYK 0.38 0 0.37 0.20
HSL 121.54º 0.43% 0.64% -
HSV(B) 121.54º 0.38% 0.8% -
XYZ 33.64 48.6 27.69 -
YUV 171.01 103.16 95.18 -
System Red Green Blue C M Y K H S L
Decimal 125 203 127 0.38 0 0.37 0.20 121.54 0.43 0.64
Hex 7D CB 7F 26 0 25 14 7A 2B 40
Octal 175 313 177 46 0 45 24 172 53 100
Binary 1111101 11001011 1111111 100110 0 100101 10100 1111010 101011 1000000

Color Harmonies of #7DCB7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DCB7F

Black with #7DCB7F

Text Example


Text Example

White with #7DCB7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,203,127); }

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

background-color css

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

 a { background-color: rgb(125,203,127); }

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

border-color css

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

 span { border-color: rgb(125,203,127); }

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