Html Css Color HEX #94CE8B De York

📋 copy color: '#94CE8B'

red 148 ◦ green 206 ◦ blue 139

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

Shades of De York #94CE8B

Tints of De York #94CE8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 28.19%

R = 30.02%
G = 41.78%
B = 28.19%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.33

 K value IS 0.19

RGB Variations

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

Color information

#94CE8B (or 0x94CE8B) is known color: De York. HEX triplet: 94, CE and 8B. RGB value is (148,206,139). Sum of RGB (Red+Green+Blue) = 148+206+139=493 (65% of max value = 765). Red value is 148 (58.20% from 255 or 30.02% from 493); Green value is 206 (80.86% from 255 or 41.78% from 493); Blue value is 139 (54.69% from 255 or 28.19% from 493); Max value from RGB is 206 - color contains mainly: green. Hex color #94CE8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94CE8B is #6B3174. Grayscale: #B5B5B5. Windows color (decimal): -7025013 or 9162388. OLE color: 9162388.

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

Color convert

RGB 148 206 139 -
CMYK 0.28 0 0.33 0.19
HSL 111.94º 0.41% 0.68% -
HSV(B) 111.94º 0.33% 0.81% -
XYZ 38.94 52.3 32.47 -
YUV 181.02 104.28 104.45 -
System Red Green Blue C M Y K H S L
Decimal 148 206 139 0.28 0 0.33 0.19 111.94 0.41 0.68
Hex 94 CE 8B 1C 0 21 13 70 29 44
Octal 224 316 213 34 0 41 23 160 51 104
Binary 10010100 11001110 10001011 11100 0 100001 10011 1110000 101001 1000100

Color Harmonies of #94CE8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94CE8B

Black with #94CE8B

Text Example


Text Example

White with #94CE8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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