Html Css Color HEX #94D197 De York

📋 copy color: '#94D197'

red 148 ◦ green 209 ◦ blue 151

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

Shades of De York #94D197

Tints of De York #94D197

RGB

 RED value IS 148 (58.2% from 255) = 29.13%

 GREEN value IS 209 (82.03% from 255) = 41.14%

 BLUE value IS 151 (59.38% from 255) = 29.72%

R = 29.13%
G = 41.14%
B = 29.72%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.28

 K value IS 0.18

RGB Variations

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

Color information

#94D197 (or 0x94D197) is known color: De York. HEX triplet: 94, D1 and 97. RGB value is (148,209,151). Sum of RGB (Red+Green+Blue) = 148+209+151=508 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.13% from 508); Green value is 209 (82.03% from 255 or 41.14% from 508); Blue value is 151 (59.38% from 255 or 29.72% from 508); Max value from RGB is 209 - color contains mainly: green. Hex color #94D197 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94D197 is #6B2E68. Grayscale: #B8B8B8. Windows color (decimal): -7024233 or 9949588. OLE color: 9949588.

HSL color Cylindrical-coordinate representation of color #94D197: hue angle of 122.95º degrees, saturation: 0.4, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #94D197 is Cyan = 0.29, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.18.

Color convert

RGB 148 209 151 -
CMYK 0.29 0 0.28 0.18
HSL 122.95º 0.4% 0.7% -
HSV(B) 122.95º 0.29% 0.82% -
XYZ 40.6 54.13 37.59 -
YUV 184.15 109.29 102.22 -
System Red Green Blue C M Y K H S L
Decimal 148 209 151 0.29 0 0.28 0.18 122.95 0.4 0.7
Hex 94 D1 97 1D 0 1C 12 7B 28 46
Octal 224 321 227 35 0 34 22 173 50 106
Binary 10010100 11010001 10010111 11101 0 11100 10010 1111011 101000 1000110

Color Harmonies of #94D197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94D197

Black with #94D197

Text Example


Text Example

White with #94D197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94D197; }

 p { color: rgb(148,209,151); }

 H1.HeaderClassName
 {
   color: #94D197;
 }
 .AnyTagClassName
 {
   color: #94D197;
 }
</style>

background-color css

<style>
 a { background-color: #94D197; }

 a { background-color: rgb(148,209,151); }

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

border-color css

<style>
 span { border-color: #94D197; }

 span { border-color: rgb(148,209,151); }

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