Html Css Color HEX #85C233 Yellow Green

📋 copy color: '#85C233'

red 133 ◦ green 194 ◦ blue 51

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

Shades of Yellow Green #85C233

Tints of Yellow Green #85C233

RGB

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

 GREEN value IS 194 (76.17% from 255) = 51.32%

 BLUE value IS 51 (20.31% from 255) = 13.49%

R = 35.19%
G = 51.32%
B = 13.49%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#85C233 (or 0x85C233) is known color: Yellow Green. HEX triplet: 85, C2 and 33. RGB value is (133,194,51). Sum of RGB (Red+Green+Blue) = 133+194+51=378 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35.19% from 378); Green value is 194 (76.17% from 255 or 51.32% from 378); Blue value is 51 (20.31% from 255 or 13.49% from 378); Max value from RGB is 194 - color contains mainly: green. Hex color #85C233 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85C233 is #7A3DCC. Grayscale: #9F9F9F. Windows color (decimal): -8011213 or 3392133. OLE color: 3392133.

HSL color Cylindrical-coordinate representation of color #85C233: hue angle of 85.59º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #85C233 is Cyan = 0.31, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.24.

Color convert

RGB 133 194 51 -
CMYK 0.31 0 0.74 0.24
HSL 85.59º 0.58% 0.48% -
HSV(B) 85.59º 0.74% 0.76% -
XYZ 29.56 43.81 10.03 -
YUV 159.46 66.79 109.13 -
System Red Green Blue C M Y K H S L
Decimal 133 194 51 0.31 0 0.74 0.24 85.59 0.58 0.48
Hex 85 C2 33 1F 0 4A 18 56 3A 30
Octal 205 302 63 37 0 112 30 126 72 60
Binary 10000101 11000010 110011 11111 0 1001010 11000 1010110 111010 110000

Color Harmonies of #85C233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85C233

Black with #85C233

Text Example


Text Example

White with #85C233

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,194,51); }

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

background-color css

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

 a { background-color: rgb(133,194,51); }

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

border-color css

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

 span { border-color: rgb(133,194,51); }

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