Html Css Color HEX #7DC481 De York

📋 copy color: '#7DC481'

red 125 ◦ green 196 ◦ blue 129

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

Shades of De York #7DC481

Tints of De York #7DC481

RGB

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

 GREEN value IS 196 (76.95% from 255) = 43.56%

 BLUE value IS 129 (50.78% from 255) = 28.67%

R = 27.78%
G = 43.56%
B = 28.67%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.34

 K value IS 0.23

RGB Variations

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

Color information

#7DC481 (or 0x7DC481) is known color: De York. HEX triplet: 7D, C4 and 81. RGB value is (125,196,129). Sum of RGB (Red+Green+Blue) = 125+196+129=450 (59% of max value = 765). Red value is 125 (49.22% from 255 or 27.78% from 450); Green value is 196 (76.95% from 255 or 43.56% from 450); Blue value is 129 (50.78% from 255 or 28.67% from 450); Max value from RGB is 196 - color contains mainly: green. Hex color #7DC481 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DC481 is #823B7E. Grayscale: #A7A7A7. Windows color (decimal): -8534911 or 8504445. OLE color: 8504445.

HSL color Cylindrical-coordinate representation of color #7DC481: hue angle of 123.38º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7DC481 is Cyan = 0.36, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.23.

Color convert

RGB 125 196 129 -
CMYK 0.36 0 0.34 0.23
HSL 123.38º 0.38% 0.63% -
HSV(B) 123.38º 0.36% 0.77% -
XYZ 32.16 45.42 27.84 -
YUV 167.13 106.48 97.95 -
System Red Green Blue C M Y K H S L
Decimal 125 196 129 0.36 0 0.34 0.23 123.38 0.38 0.63
Hex 7D C4 81 24 0 22 17 7B 26 3F
Octal 175 304 201 44 0 42 27 173 46 77
Binary 1111101 11000100 10000001 100100 0 100010 10111 1111011 100110 111111

Color Harmonies of #7DC481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DC481

Black with #7DC481

Text Example


Text Example

White with #7DC481

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,196,129); }

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

background-color css

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

 a { background-color: rgb(125,196,129); }

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

border-color css

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

 span { border-color: rgb(125,196,129); }

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