Html Css Color HEX #85C32D Yellow Green

📋 copy color: '#85C32D'

red 133 ◦ green 195 ◦ blue 45

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

Shades of Yellow Green #85C32D

Tints of Yellow Green #85C32D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 12.06%

R = 35.66%
G = 52.28%
B = 12.06%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#85C32D (or 0x85C32D) is known color: Yellow Green. HEX triplet: 85, C3 and 2D. RGB value is (133,195,45). Sum of RGB (Red+Green+Blue) = 133+195+45=373 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.66% from 373); Green value is 195 (76.56% from 255 or 52.28% from 373); Blue value is 45 (17.97% from 255 or 12.06% from 373); Max value from RGB is 195 - color contains mainly: green. Hex color #85C32D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85C32D is #7A3CD2. Grayscale: #9F9F9F. Windows color (decimal): -8010963 or 2999173. OLE color: 2999173.

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

Color convert

RGB 133 195 45 -
CMYK 0.32 0 0.77 0.24
HSL 84.8º 0.63% 0.47% -
HSV(B) 84.8º 0.77% 0.76% -
XYZ 29.66 44.21 9.45 -
YUV 159.36 63.46 109.2 -
System Red Green Blue C M Y K H S L
Decimal 133 195 45 0.32 0 0.77 0.24 84.8 0.63 0.47
Hex 85 C3 2D 20 0 4D 18 55 3E 2F
Octal 205 303 55 40 0 115 30 125 76 57
Binary 10000101 11000011 101101 100000 0 1001101 11000 1010101 111110 101111

Color Harmonies of #85C32D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85C32D

Black with #85C32D

Text Example


Text Example

White with #85C32D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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