Html Css Color HEX #85C33C Yellow Green

📋 copy color: '#85C33C'

red 133 ◦ green 195 ◦ blue 60

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

Shades of Yellow Green #85C33C

Tints of Yellow Green #85C33C

RGB

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

 GREEN value IS 195 (76.56% from 255) = 50.26%

 BLUE value IS 60 (23.83% from 255) = 15.46%

R = 34.28%
G = 50.26%
B = 15.46%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.69

 K value IS 0.24

RGB Variations

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

Color information

#85C33C (or 0x85C33C) is known color: Yellow Green. HEX triplet: 85, C3 and 3C. RGB value is (133,195,60). Sum of RGB (Red+Green+Blue) = 133+195+60=388 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.28% from 388); Green value is 195 (76.56% from 255 or 50.26% from 388); Blue value is 60 (23.83% from 255 or 15.46% from 388); Max value from RGB is 195 - color contains mainly: green. Hex color #85C33C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85C33C is #7A3CC3. Grayscale: #A1A1A1. Windows color (decimal): -8010948 or 3982213. OLE color: 3982213.

HSL color Cylindrical-coordinate representation of color #85C33C: hue angle of 87.56º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #85C33C is Cyan = 0.32, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.24.

Color convert

RGB 133 195 60 -
CMYK 0.32 0 0.69 0.24
HSL 87.56º 0.53% 0.5% -
HSV(B) 87.56º 0.69% 0.76% -
XYZ 30 44.34 11.25 -
YUV 161.07 70.96 107.98 -
System Red Green Blue C M Y K H S L
Decimal 133 195 60 0.32 0 0.69 0.24 87.56 0.53 0.5
Hex 85 C3 3C 20 0 45 18 58 35 32
Octal 205 303 74 40 0 105 30 130 65 62
Binary 10000101 11000011 111100 100000 0 1000101 11000 1011000 110101 110010

Color Harmonies of #85C33C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85C33C

Black with #85C33C

Text Example


Text Example

White with #85C33C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,195,60); }

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

background-color css

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

 a { background-color: rgb(133,195,60); }

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

border-color css

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

 span { border-color: rgb(133,195,60); }

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