Html Css Color HEX #94CD8C De York

📋 copy color: '#94CD8C'

red 148 ◦ green 205 ◦ blue 140

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

Shades of De York #94CD8C

Tints of De York #94CD8C

RGB

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

 GREEN value IS 205 (80.47% from 255) = 41.58%

 BLUE value IS 140 (55.08% from 255) = 28.4%

R = 30.02%
G = 41.58%
B = 28.4%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.32

 K value IS 0.20

RGB Variations

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

Color information

#94CD8C (or 0x94CD8C) is known color: De York. HEX triplet: 94, CD and 8C. RGB value is (148,205,140). Sum of RGB (Red+Green+Blue) = 148+205+140=493 (65% of max value = 765). Red value is 148 (58.20% from 255 or 30.02% from 493); Green value is 205 (80.47% from 255 or 41.58% from 493); Blue value is 140 (55.08% from 255 or 28.40% from 493); Max value from RGB is 205 - color contains mainly: green. Hex color #94CD8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94CD8C is #6B3273. Grayscale: #B4B4B4. Windows color (decimal): -7025268 or 9227668. OLE color: 9227668.

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

Color convert

RGB 148 205 140 -
CMYK 0.28 0 0.32 0.20
HSL 112.62º 0.39% 0.68% -
HSV(B) 112.62º 0.32% 0.8% -
XYZ 38.78 51.85 32.78 -
YUV 180.55 105.12 104.79 -
System Red Green Blue C M Y K H S L
Decimal 148 205 140 0.28 0 0.32 0.20 112.62 0.39 0.68
Hex 94 CD 8C 1C 0 20 14 71 27 44
Octal 224 315 214 34 0 40 24 161 47 104
Binary 10010100 11001101 10001100 11100 0 100000 10100 1110001 100111 1000100

Color Harmonies of #94CD8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94CD8C

Black with #94CD8C

Text Example


Text Example

White with #94CD8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,205,140); }

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

background-color css

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

 a { background-color: rgb(148,205,140); }

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

border-color css

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

 span { border-color: rgb(148,205,140); }

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