Html Css Color HEX #94D093 De York

📋 copy color: '#94D093'

red 148 ◦ green 208 ◦ blue 147

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

Shades of De York #94D093

Tints of De York #94D093

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 29.22%

R = 29.42%
G = 41.35%
B = 29.22%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.29

 K value IS 0.18

RGB Variations

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

Color information

#94D093 (or 0x94D093) is known color: De York. HEX triplet: 94, D0 and 93. RGB value is (148,208,147). Sum of RGB (Red+Green+Blue) = 148+208+147=503 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.42% from 503); Green value is 208 (81.64% from 255 or 41.35% from 503); Blue value is 147 (57.81% from 255 or 29.22% from 503); Max value from RGB is 208 - color contains mainly: green. Hex color #94D093 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94D093 is #6B2F6C. Grayscale: #B7B7B7. Windows color (decimal): -7024493 or 9687188. OLE color: 9687188.

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

Color convert

RGB 148 208 147 -
CMYK 0.29 0 0.29 0.18
HSL 119.02º 0.39% 0.7% -
HSV(B) 119.02º 0.29% 0.82% -
XYZ 40.04 53.51 35.82 -
YUV 183.11 107.62 102.96 -
System Red Green Blue C M Y K H S L
Decimal 148 208 147 0.29 0 0.29 0.18 119.02 0.39 0.7
Hex 94 D0 93 1D 0 1D 12 77 27 46
Octal 224 320 223 35 0 35 22 167 47 106
Binary 10010100 11010000 10010011 11101 0 11101 10010 1110111 100111 1000110

Color Harmonies of #94D093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94D093

Black with #94D093

Text Example


Text Example

White with #94D093

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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