Html Css Color HEX #94CE8F De York

📋 copy color: '#94CE8F'

red 148 ◦ green 206 ◦ blue 143

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

Shades of De York #94CE8F

Tints of De York #94CE8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 28.77%

R = 29.78%
G = 41.45%
B = 28.77%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.31

 K value IS 0.19

RGB Variations

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

Color information

#94CE8F (or 0x94CE8F) is known color: De York. HEX triplet: 94, CE and 8F. RGB value is (148,206,143). Sum of RGB (Red+Green+Blue) = 148+206+143=497 (65% of max value = 765). Red value is 148 (58.20% from 255 or 29.78% from 497); Green value is 206 (80.86% from 255 or 41.45% from 497); Blue value is 143 (56.25% from 255 or 28.77% from 497); Max value from RGB is 206 - color contains mainly: green. Hex color #94CE8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94CE8F is #6B3170. Grayscale: #B5B5B5. Windows color (decimal): -7025009 or 9424532. OLE color: 9424532.

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

Color convert

RGB 148 206 143 -
CMYK 0.28 0 0.31 0.19
HSL 115.24º 0.39% 0.68% -
HSV(B) 115.24º 0.31% 0.81% -
XYZ 39.24 52.42 34.04 -
YUV 181.48 106.28 104.12 -
System Red Green Blue C M Y K H S L
Decimal 148 206 143 0.28 0 0.31 0.19 115.24 0.39 0.68
Hex 94 CE 8F 1C 0 1F 13 73 27 44
Octal 224 316 217 34 0 37 23 163 47 104
Binary 10010100 11001110 10001111 11100 0 11111 10011 1110011 100111 1000100

Color Harmonies of #94CE8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94CE8F

Black with #94CE8F

Text Example


Text Example

White with #94CE8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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