Html Css Color HEX #85C234 Yellow Green

📋 copy color: '#85C234'

red 133 ◦ green 194 ◦ blue 52

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

Shades of Yellow Green #85C234

Tints of Yellow Green #85C234

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 13.72%

R = 35.09%
G = 51.19%
B = 13.72%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#85C234 (or 0x85C234) is known color: Yellow Green. HEX triplet: 85, C2 and 34. RGB value is (133,194,52). Sum of RGB (Red+Green+Blue) = 133+194+52=379 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35.09% from 379); Green value is 194 (76.17% from 255 or 51.19% from 379); Blue value is 52 (20.70% from 255 or 13.72% from 379); Max value from RGB is 194 - color contains mainly: green. Hex color #85C234 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85C234 is #7A3DCB. Grayscale: #A0A0A0. Windows color (decimal): -8011212 or 3457669. OLE color: 3457669.

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

Color convert

RGB 133 194 52 -
CMYK 0.31 0 0.73 0.24
HSL 85.77º 0.58% 0.48% -
HSV(B) 85.77º 0.73% 0.76% -
XYZ 29.58 43.82 10.15 -
YUV 159.57 67.29 109.05 -
System Red Green Blue C M Y K H S L
Decimal 133 194 52 0.31 0 0.73 0.24 85.77 0.58 0.48
Hex 85 C2 34 1F 0 49 18 56 3A 30
Octal 205 302 64 37 0 111 30 126 72 60
Binary 10000101 11000010 110100 11111 0 1001001 11000 1010110 111010 110000

Color Harmonies of #85C234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85C234

Black with #85C234

Text Example


Text Example

White with #85C234

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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