Html Css Color HEX #7DDA98 De York

📋 copy color: '#7DDA98'

red 125 ◦ green 218 ◦ blue 152

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

Shades of De York #7DDA98

Tints of De York #7DDA98

RGB

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

 GREEN value IS 218 (85.55% from 255) = 44.04%

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

R = 25.25%
G = 44.04%
B = 30.71%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#7DDA98 (or 0x7DDA98) is known color: De York. HEX triplet: 7D, DA and 98. RGB value is (125,218,152). Sum of RGB (Red+Green+Blue) = 125+218+152=495 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.25% from 495); Green value is 218 (85.55% from 255 or 44.04% from 495); Blue value is 152 (59.77% from 255 or 30.71% from 495); Max value from RGB is 218 - color contains mainly: green. Hex color #7DDA98 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DDA98 is #822567. Grayscale: #B6B6B6. Windows color (decimal): -8529256 or 10017405. OLE color: 10017405.

HSL color Cylindrical-coordinate representation of color #7DDA98: hue angle of 137.42º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7DDA98 is Cyan = 0.43, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.15.

Color convert

RGB 125 218 152 -
CMYK 0.43 0 0.30 0.15
HSL 137.42º 0.56% 0.67% -
HSV(B) 137.42º 0.43% 0.85% -
XYZ 39.2 56.77 38.6 -
YUV 182.67 110.69 86.87 -
System Red Green Blue C M Y K H S L
Decimal 125 218 152 0.43 0 0.30 0.15 137.42 0.56 0.67
Hex 7D DA 98 2B 0 1E F 89 38 43
Octal 175 332 230 53 0 36 17 211 70 103
Binary 1111101 11011010 10011000 101011 0 11110 1111 10001001 111000 1000011

Color Harmonies of #7DDA98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DDA98

Black with #7DDA98

Text Example


Text Example

White with #7DDA98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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