Html Css Color HEX #7ADD98 De York

📋 copy color: '#7ADD98'

red 122 ◦ green 221 ◦ blue 152

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

Shades of De York #7ADD98

Tints of De York #7ADD98

RGB

 RED value IS 122 (48.05% from 255) = 24.65%

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

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

R = 24.65%
G = 44.65%
B = 30.71%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#7ADD98 (or 0x7ADD98) is known color: De York. HEX triplet: 7A, DD and 98. RGB value is (122,221,152). Sum of RGB (Red+Green+Blue) = 122+221+152=495 (65% of max value = 765). Red value is 122 (48.05% from 255 or 24.65% from 495); Green value is 221 (86.72% from 255 or 44.65% from 495); Blue value is 152 (59.77% from 255 or 30.71% from 495); Max value from RGB is 221 - color contains mainly: green. Hex color #7ADD98 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ADD98 is #852267. Grayscale: #B7B7B7. Windows color (decimal): -8725096 or 10018170. OLE color: 10018170.

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

Color convert

RGB 122 221 152 -
CMYK 0.45 0 0.31 0.13
HSL 138.18º 0.59% 0.67% -
HSV(B) 138.18º 0.45% 0.87% -
XYZ 39.55 58.12 38.84 -
YUV 183.53 110.2 84.11 -
System Red Green Blue C M Y K H S L
Decimal 122 221 152 0.45 0 0.31 0.13 138.18 0.59 0.67
Hex 7A DD 98 2D 0 1F D 8A 3B 43
Octal 172 335 230 55 0 37 15 212 73 103
Binary 1111010 11011101 10011000 101101 0 11111 1101 10001010 111011 1000011

Color Harmonies of #7ADD98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ADD98

Black with #7ADD98

Text Example


Text Example

White with #7ADD98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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