Html Css Color HEX #7DCC92 De York

📋 copy color: '#7DCC92'

red 125 ◦ green 204 ◦ blue 146

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

Shades of De York #7DCC92

Tints of De York #7DCC92

RGB

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

 GREEN value IS 204 (80.08% from 255) = 42.95%

 BLUE value IS 146 (57.42% from 255) = 30.74%

R = 26.32%
G = 42.95%
B = 30.74%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.28

 K value IS 0.2

RGB Variations

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

Color information

#7DCC92 (or 0x7DCC92) is known color: De York. HEX triplet: 7D, CC and 92. RGB value is (125,204,146). Sum of RGB (Red+Green+Blue) = 125+204+146=475 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.32% from 475); Green value is 204 (80.08% from 255 or 42.95% from 475); Blue value is 146 (57.42% from 255 or 30.74% from 475); Max value from RGB is 204 - color contains mainly: green. Hex color #7DCC92 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DCC92 is #82336D. Grayscale: #ADADAD. Windows color (decimal): -8532846 or 9620605. OLE color: 9620605.

HSL color Cylindrical-coordinate representation of color #7DCC92: hue angle of 135.95º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7DCC92 is Cyan = 0.39, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.2.

Color convert

RGB 125 204 146 -
CMYK 0.39 0 0.28 0.2
HSL 135.95º 0.44% 0.65% -
HSV(B) 135.95º 0.39% 0.8% -
XYZ 35.24 49.62 34.91 -
YUV 173.77 112.33 93.22 -
System Red Green Blue C M Y K H S L
Decimal 125 204 146 0.39 0 0.28 0.2 135.95 0.44 0.65
Hex 7D CC 92 27 0 1C 14 88 2C 41
Octal 175 314 222 47 0 34 24 210 54 101
Binary 1111101 11001100 10010010 100111 0 11100 10100 10001000 101100 1000001

Color Harmonies of #7DCC92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DCC92

Black with #7DCC92

Text Example


Text Example

White with #7DCC92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,204,146); }

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

background-color css

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

 a { background-color: rgb(125,204,146); }

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

border-color css

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

 span { border-color: rgb(125,204,146); }

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