Html Css Color HEX #85D822 Yellow Green

📋 copy color: '#85D822'

red 133 ◦ green 216 ◦ blue 34

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

Shades of Yellow Green #85D822

Tints of Yellow Green #85D822

RGB

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

 GREEN value IS 216 (84.77% from 255) = 56.4%

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

R = 34.73%
G = 56.4%
B = 8.88%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.84

 K value IS 0.15

RGB Variations

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

Color information

#85D822 (or 0x85D822) is known color: Yellow Green. HEX triplet: 85, D8 and 22. RGB value is (133,216,34). Sum of RGB (Red+Green+Blue) = 133+216+34=383 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.73% from 383); Green value is 216 (84.77% from 255 or 56.40% from 383); Blue value is 34 (13.67% from 255 or 8.88% from 383); Max value from RGB is 216 - color contains mainly: green. Hex color #85D822 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85D822 is #7A27DD. Grayscale: #ABABAB. Windows color (decimal): -8005598 or 2283653. OLE color: 2283653.

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

Color convert

RGB 133 216 34 -
CMYK 0.38 0 0.84 0.15
HSL 87.36º 0.73% 0.49% -
HSV(B) 87.36º 0.84% 0.85% -
XYZ 34.52 54.21 10.16 -
YUV 170.44 51 101.3 -
System Red Green Blue C M Y K H S L
Decimal 133 216 34 0.38 0 0.84 0.15 87.36 0.73 0.49
Hex 85 D8 22 26 0 54 F 57 49 31
Octal 205 330 42 46 0 124 17 127 111 61
Binary 10000101 11011000 100010 100110 0 1010100 1111 1010111 1001001 110001

Color Harmonies of #85D822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85D822

Black with #85D822

Text Example


Text Example

White with #85D822

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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