Html Css Color HEX #94D799 Chinook

📋 copy color: '#94D799'

red 148 ◦ green 215 ◦ blue 153

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

Shades of Chinook #94D799

Tints of Chinook #94D799

RGB

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

 GREEN value IS 215 (84.38% from 255) = 41.67%

 BLUE value IS 153 (60.16% from 255) = 29.65%

R = 28.68%
G = 41.67%
B = 29.65%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#94D799 (or 0x94D799) is known color: Chinook. HEX triplet: 94, D7 and 99. RGB value is (148,215,153). Sum of RGB (Red+Green+Blue) = 148+215+153=516 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.68% from 516); Green value is 215 (84.38% from 255 or 41.67% from 516); Blue value is 153 (60.16% from 255 or 29.65% from 516); Max value from RGB is 215 - color contains mainly: green. Hex color #94D799 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94D799 is #6B2866. Grayscale: #BCBCBC. Windows color (decimal): -7022695 or 10082196. OLE color: 10082196.

HSL color Cylindrical-coordinate representation of color #94D799: hue angle of 124.48º degrees, saturation: 0.46, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #94D799 is Cyan = 0.31, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.16.

Color convert

RGB 148 215 153 -
CMYK 0.31 0 0.29 0.16
HSL 124.48º 0.46% 0.71% -
HSV(B) 124.48º 0.31% 0.84% -
XYZ 42.26 57.2 38.95 -
YUV 187.9 108.3 99.54 -
System Red Green Blue C M Y K H S L
Decimal 148 215 153 0.31 0 0.29 0.16 124.48 0.46 0.71
Hex 94 D7 99 1F 0 1D 10 7C 2E 47
Octal 224 327 231 37 0 35 20 174 56 107
Binary 10010100 11010111 10011001 11111 0 11101 10000 1111100 101110 1000111

Color Harmonies of #94D799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94D799

Black with #94D799

Text Example


Text Example

White with #94D799

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,215,153); }

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

background-color css

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

 a { background-color: rgb(148,215,153); }

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

border-color css

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

 span { border-color: rgb(148,215,153); }

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