Html Css Color HEX #7DDD98 De York

📋 copy color: '#7DDD98'

red 125 ◦ green 221 ◦ blue 152

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

Shades of De York #7DDD98

Tints of De York #7DDD98

RGB

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

 GREEN value IS 221 (86.72% from 255) = 44.38%

 BLUE value IS 152 (59.77% from 255) = 30.52%

R = 25.1%
G = 44.38%
B = 30.52%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#7DDD98 (or 0x7DDD98) is known color: De York. HEX triplet: 7D, DD and 98. RGB value is (125,221,152). Sum of RGB (Red+Green+Blue) = 125+221+152=498 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.10% from 498); Green value is 221 (86.72% from 255 or 44.38% from 498); Blue value is 152 (59.77% from 255 or 30.52% from 498); Max value from RGB is 221 - color contains mainly: green. Hex color #7DDD98 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DDD98 is #822267. Grayscale: #B8B8B8. Windows color (decimal): -8528488 or 10018173. OLE color: 10018173.

HSL color Cylindrical-coordinate representation of color #7DDD98: hue angle of 136.88º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7DDD98 is Cyan = 0.43, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.13.

Color convert

RGB 125 221 152 -
CMYK 0.43 0 0.31 0.13
HSL 136.88º 0.59% 0.68% -
HSV(B) 136.88º 0.43% 0.87% -
XYZ 39.98 58.34 38.86 -
YUV 184.43 109.7 85.61 -
System Red Green Blue C M Y K H S L
Decimal 125 221 152 0.43 0 0.31 0.13 136.88 0.59 0.68
Hex 7D DD 98 2B 0 1F D 89 3B 44
Octal 175 335 230 53 0 37 15 211 73 104
Binary 1111101 11011101 10011000 101011 0 11111 1101 10001001 111011 1000100

Color Harmonies of #7DDD98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DDD98

Black with #7DDD98

Text Example


Text Example

White with #7DDD98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,221,152); }

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

background-color css

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

 a { background-color: rgb(125,221,152); }

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

border-color css

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

 span { border-color: rgb(125,221,152); }

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