Html Css Color HEX #85C726 Yellow Green

📋 copy color: '#85C726'

red 133 ◦ green 199 ◦ blue 38

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

Shades of Yellow Green #85C726

Tints of Yellow Green #85C726

RGB

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

 GREEN value IS 199 (78.13% from 255) = 53.78%

 BLUE value IS 38 (15.23% from 255) = 10.27%

R = 35.95%
G = 53.78%
B = 10.27%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.81

 K value IS 0.22

RGB Variations

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

Color information

#85C726 (or 0x85C726) is known color: Yellow Green. HEX triplet: 85, C7 and 26. RGB value is (133,199,38). Sum of RGB (Red+Green+Blue) = 133+199+38=370 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.95% from 370); Green value is 199 (78.12% from 255 or 53.78% from 370); Blue value is 38 (15.23% from 255 or 10.27% from 370); Max value from RGB is 199 - color contains mainly: green. Hex color #85C726 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85C726 is #7A38D9. Grayscale: #A1A1A1. Windows color (decimal): -8009946 or 2541445. OLE color: 2541445.

HSL color Cylindrical-coordinate representation of color #85C726: hue angle of 84.6º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #85C726 is Cyan = 0.33, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.22.

Color convert

RGB 133 199 38 -
CMYK 0.33 0 0.81 0.22
HSL 84.6º 0.68% 0.46% -
HSV(B) 84.6º 0.81% 0.78% -
XYZ 30.45 45.97 9.1 -
YUV 160.91 58.63 108.09 -
System Red Green Blue C M Y K H S L
Decimal 133 199 38 0.33 0 0.81 0.22 84.6 0.68 0.46
Hex 85 C7 26 21 0 51 16 55 44 2E
Octal 205 307 46 41 0 121 26 125 104 56
Binary 10000101 11000111 100110 100001 0 1010001 10110 1010101 1000100 101110

Color Harmonies of #85C726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85C726

Black with #85C726

Text Example


Text Example

White with #85C726

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,199,38); }

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

background-color css

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

 a { background-color: rgb(133,199,38); }

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

border-color css

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

 span { border-color: rgb(133,199,38); }

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