Html Css Color HEX #85D722 Yellow Green

📋 copy color: '#85D722'

red 133 ◦ green 215 ◦ blue 34

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

Shades of Yellow Green #85D722

Tints of Yellow Green #85D722

RGB

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

 GREEN value IS 215 (84.38% from 255) = 56.28%

 BLUE value IS 34 (13.67% from 255) = 8.9%

R = 34.82%
G = 56.28%
B = 8.9%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#85D722 (or 0x85D722) is known color: Yellow Green. HEX triplet: 85, D7 and 22. RGB value is (133,215,34). Sum of RGB (Red+Green+Blue) = 133+215+34=382 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.82% from 382); Green value is 215 (84.38% from 255 or 56.28% from 382); Blue value is 34 (13.67% from 255 or 8.90% from 382); Max value from RGB is 215 - color contains mainly: green. Hex color #85D722 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85D722 is #7A28DD. Grayscale: #AAAAAA. Windows color (decimal): -8005854 or 2283397. OLE color: 2283397.

HSL color Cylindrical-coordinate representation of color #85D722: hue angle of 87.18º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #85D722 is Cyan = 0.38, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.16.

Color convert

RGB 133 215 34 -
CMYK 0.38 0 0.84 0.16
HSL 87.18º 0.73% 0.49% -
HSV(B) 87.18º 0.84% 0.84% -
XYZ 34.26 53.7 10.07 -
YUV 169.85 51.33 101.72 -
System Red Green Blue C M Y K H S L
Decimal 133 215 34 0.38 0 0.84 0.16 87.18 0.73 0.49
Hex 85 D7 22 26 0 54 10 57 49 31
Octal 205 327 42 46 0 124 20 127 111 61
Binary 10000101 11010111 100010 100110 0 1010100 10000 1010111 1001001 110001

Color Harmonies of #85D722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85D722

Black with #85D722

Text Example


Text Example

White with #85D722

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,215,34); }

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

background-color css

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

 a { background-color: rgb(133,215,34); }

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

border-color css

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

 span { border-color: rgb(133,215,34); }

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