Html Css Color HEX #85C32B Yellow Green

📋 copy color: '#85C32B'

red 133 ◦ green 195 ◦ blue 43

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

Shades of Yellow Green #85C32B

Tints of Yellow Green #85C32B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 11.59%

R = 35.85%
G = 52.56%
B = 11.59%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#85C32B (or 0x85C32B) is known color: Yellow Green. HEX triplet: 85, C3 and 2B. RGB value is (133,195,43). Sum of RGB (Red+Green+Blue) = 133+195+43=371 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.85% from 371); Green value is 195 (76.56% from 255 or 52.56% from 371); Blue value is 43 (17.19% from 255 or 11.59% from 371); Max value from RGB is 195 - color contains mainly: green. Hex color #85C32B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85C32B is #7A3CD4. Grayscale: #9F9F9F. Windows color (decimal): -8010965 or 2868101. OLE color: 2868101.

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

Color convert

RGB 133 195 43 -
CMYK 0.32 0 0.78 0.24
HSL 84.47º 0.64% 0.47% -
HSV(B) 84.47º 0.78% 0.76% -
XYZ 29.62 44.19 9.25 -
YUV 159.13 62.46 109.36 -
System Red Green Blue C M Y K H S L
Decimal 133 195 43 0.32 0 0.78 0.24 84.47 0.64 0.47
Hex 85 C3 2B 20 0 4E 18 54 40 2F
Octal 205 303 53 40 0 116 30 124 100 57
Binary 10000101 11000011 101011 100000 0 1001110 11000 1010100 1000000 101111

Color Harmonies of #85C32B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85C32B

Black with #85C32B

Text Example


Text Example

White with #85C32B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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