Html Css Color HEX #94CE8D De York

📋 copy color: '#94CE8D'

red 148 ◦ green 206 ◦ blue 141

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

Shades of De York #94CE8D

Tints of De York #94CE8D

RGB

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

 GREEN value IS 206 (80.86% from 255) = 41.62%

 BLUE value IS 141 (55.47% from 255) = 28.48%

R = 29.9%
G = 41.62%
B = 28.48%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.32

 K value IS 0.19

RGB Variations

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

Color information

#94CE8D (or 0x94CE8D) is known color: De York. HEX triplet: 94, CE and 8D. RGB value is (148,206,141). Sum of RGB (Red+Green+Blue) = 148+206+141=495 (65% of max value = 765). Red value is 148 (58.20% from 255 or 29.90% from 495); Green value is 206 (80.86% from 255 or 41.62% from 495); Blue value is 141 (55.47% from 255 or 28.48% from 495); Max value from RGB is 206 - color contains mainly: green. Hex color #94CE8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94CE8D is #6B3172. Grayscale: #B5B5B5. Windows color (decimal): -7025011 or 9293460. OLE color: 9293460.

HSL color Cylindrical-coordinate representation of color #94CE8D: hue angle of 113.54º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #94CE8D is Cyan = 0.28, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.19.

Color convert

RGB 148 206 141 -
CMYK 0.28 0 0.32 0.19
HSL 113.54º 0.4% 0.68% -
HSV(B) 113.54º 0.32% 0.81% -
XYZ 39.09 52.36 33.25 -
YUV 181.25 105.28 104.29 -
System Red Green Blue C M Y K H S L
Decimal 148 206 141 0.28 0 0.32 0.19 113.54 0.4 0.68
Hex 94 CE 8D 1C 0 20 13 72 28 44
Octal 224 316 215 34 0 40 23 162 50 104
Binary 10010100 11001110 10001101 11100 0 100000 10011 1110010 101000 1000100

Color Harmonies of #94CE8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94CE8D

Black with #94CE8D

Text Example


Text Example

White with #94CE8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,206,141); }

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

background-color css

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

 a { background-color: rgb(148,206,141); }

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

border-color css

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

 span { border-color: rgb(148,206,141); }

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