Html Css Color HEX #85C133 Yellow Green

📋 copy color: '#85C133'

red 133 ◦ green 193 ◦ blue 51

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

Shades of Yellow Green #85C133

Tints of Yellow Green #85C133

RGB

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

 GREEN value IS 193 (75.78% from 255) = 51.19%

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

R = 35.28%
G = 51.19%
B = 13.53%

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

#85C133 (or 0x85C133) is known color: Yellow Green. HEX triplet: 85, C1 and 33. RGB value is (133,193,51). Sum of RGB (Red+Green+Blue) = 133+193+51=377 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.28% from 377); Green value is 193 (75.78% from 255 or 51.19% from 377); Blue value is 51 (20.31% from 255 or 13.53% from 377); Max value from RGB is 193 - color contains mainly: green. Hex color #85C133 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85C133 is #7A3ECC. Grayscale: #9F9F9F. Windows color (decimal): -8011469 or 3391877. OLE color: 3391877.

HSL color Cylindrical-coordinate representation of color #85C133: hue angle of 85.35º 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 #85C133 is Cyan = 0.31, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.24.

Color convert

RGB 133 193 51 -
CMYK 0.31 0 0.74 0.24
HSL 85.35º 0.58% 0.48% -
HSV(B) 85.35º 0.74% 0.76% -
XYZ 29.34 43.37 9.96 -
YUV 158.87 67.12 109.55 -
System Red Green Blue C M Y K H S L
Decimal 133 193 51 0.31 0 0.74 0.24 85.35 0.58 0.48
Hex 85 C1 33 1F 0 4A 18 55 3A 30
Octal 205 301 63 37 0 112 30 125 72 60
Binary 10000101 11000001 110011 11111 0 1001010 11000 1010101 111010 110000

Color Harmonies of #85C133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85C133

Black with #85C133

Text Example


Text Example

White with #85C133

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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