Html Css Color HEX #94D095 De York

📋 copy color: '#94D095'

red 148 ◦ green 208 ◦ blue 149

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

Shades of De York #94D095

Tints of De York #94D095

RGB

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

 GREEN value IS 208 (81.64% from 255) = 41.19%

 BLUE value IS 149 (58.59% from 255) = 29.5%

R = 29.31%
G = 41.19%
B = 29.5%

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

#94D095 (or 0x94D095) is known color: De York. HEX triplet: 94, D0 and 95. RGB value is (148,208,149). Sum of RGB (Red+Green+Blue) = 148+208+149=505 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.31% from 505); Green value is 208 (81.64% from 255 or 41.19% from 505); Blue value is 149 (58.59% from 255 or 29.50% from 505); Max value from RGB is 208 - color contains mainly: green. Hex color #94D095 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94D095 is #6B2F6A. Grayscale: #B7B7B7. Windows color (decimal): -7024491 or 9818260. OLE color: 9818260.

HSL color Cylindrical-coordinate representation of color #94D095: hue angle of 121º degrees, saturation: 0.39, 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 #94D095 is Cyan = 0.29, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.18.

Color convert

RGB 148 208 149 -
CMYK 0.29 0 0.28 0.18
HSL 121º 0.39% 0.7% -
HSV(B) 121º 0.29% 0.82% -
XYZ 40.19 53.58 36.66 -
YUV 183.33 108.62 102.8 -
System Red Green Blue C M Y K H S L
Decimal 148 208 149 0.29 0 0.28 0.18 121 0.39 0.7
Hex 94 D0 95 1D 0 1C 12 79 27 46
Octal 224 320 225 35 0 34 22 171 47 106
Binary 10010100 11010000 10010101 11101 0 11100 10010 1111001 100111 1000110

Color Harmonies of #94D095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94D095

Black with #94D095

Text Example


Text Example

White with #94D095

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,208,149); }

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

background-color css

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

 a { background-color: rgb(148,208,149); }

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

border-color css

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

 span { border-color: rgb(148,208,149); }

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