Html Css Color HEX #85B244 Chelsea Cucumber

📋 copy color: '#85B244'

red 133 ◦ green 178 ◦ blue 68

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

Shades of Chelsea Cucumber #85B244

Tints of Chelsea Cucumber #85B244

RGB

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

 GREEN value IS 178 (69.92% from 255) = 46.97%

 BLUE value IS 68 (26.95% from 255) = 17.94%

R = 35.09%
G = 46.97%
B = 17.94%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.62

 K value IS 0.30

RGB Variations

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

Color information

#85B244 (or 0x85B244) is known color: Chelsea Cucumber. HEX triplet: 85, B2 and 44. RGB value is (133,178,68). Sum of RGB (Red+Green+Blue) = 133+178+68=379 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35.09% from 379); Green value is 178 (69.92% from 255 or 46.97% from 379); Blue value is 68 (26.95% from 255 or 17.94% from 379); Max value from RGB is 178 - color contains mainly: green. Hex color #85B244 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85B244 is #7A4DBB. Grayscale: #989898. Windows color (decimal): -8015292 or 4502149. OLE color: 4502149.

HSL color Cylindrical-coordinate representation of color #85B244: hue angle of 84.55º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #85B244 is Cyan = 0.25, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.30.

Color convert

RGB 133 178 68 -
CMYK 0.25 0 0.62 0.30
HSL 84.55º 0.45% 0.48% -
HSV(B) 84.55º 0.62% 0.7% -
XYZ 26.64 37.24 11.25 -
YUV 152.01 80.59 114.44 -
System Red Green Blue C M Y K H S L
Decimal 133 178 68 0.25 0 0.62 0.30 84.55 0.45 0.48
Hex 85 B2 44 19 0 3E 1E 55 2D 30
Octal 205 262 104 31 0 76 36 125 55 60
Binary 10000101 10110010 1000100 11001 0 111110 11110 1010101 101101 110000

Color Harmonies of #85B244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85B244

Black with #85B244

Text Example


Text Example

White with #85B244

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,178,68); }

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

background-color css

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

 a { background-color: rgb(133,178,68); }

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

border-color css

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

 span { border-color: rgb(133,178,68); }

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