Html Css Color HEX #85DB99 Chinook

📋 copy color: '#85DB99'

red 133 ◦ green 219 ◦ blue 153

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

Shades of Chinook #85DB99

Tints of Chinook #85DB99

RGB

 RED value IS 133 (52.34% from 255) = 26.34%

 GREEN value IS 219 (85.94% from 255) = 43.37%

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

R = 26.34%
G = 43.37%
B = 30.3%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#85DB99 (or 0x85DB99) is known color: Chinook. HEX triplet: 85, DB and 99. RGB value is (133,219,153). Sum of RGB (Red+Green+Blue) = 133+219+153=505 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.34% from 505); Green value is 219 (85.94% from 255 or 43.37% from 505); Blue value is 153 (60.16% from 255 or 30.30% from 505); Max value from RGB is 219 - color contains mainly: green. Hex color #85DB99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85DB99 is #7A2466. Grayscale: #B9B9B9. Windows color (decimal): -8004711 or 10083205. OLE color: 10083205.

HSL color Cylindrical-coordinate representation of color #85DB99: hue angle of 133.95º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #85DB99 is Cyan = 0.39, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.14.

Color convert

RGB 133 219 153 -
CMYK 0.39 0 0.30 0.14
HSL 133.95º 0.54% 0.69% -
HSV(B) 133.95º 0.39% 0.86% -
XYZ 40.75 57.95 39.17 -
YUV 185.76 109.51 90.37 -
System Red Green Blue C M Y K H S L
Decimal 133 219 153 0.39 0 0.30 0.14 133.95 0.54 0.69
Hex 85 DB 99 27 0 1E E 86 36 45
Octal 205 333 231 47 0 36 16 206 66 105
Binary 10000101 11011011 10011001 100111 0 11110 1110 10000110 110110 1000101

Color Harmonies of #85DB99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85DB99

Black with #85DB99

Text Example


Text Example

White with #85DB99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85DB99; }

 p { color: rgb(133,219,153); }

 H1.HeaderClassName
 {
   color: #85DB99;
 }
 .AnyTagClassName
 {
   color: #85DB99;
 }
</style>

background-color css

<style>
 a { background-color: #85DB99; }

 a { background-color: rgb(133,219,153); }

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

border-color css

<style>
 span { border-color: #85DB99; }

 span { border-color: rgb(133,219,153); }

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