Html Css Color HEX #85D820 Yellow Green

📋 copy color: '#85D820'

red 133 ◦ green 216 ◦ blue 32

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

Shades of Yellow Green #85D820

Tints of Yellow Green #85D820

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 8.4%

R = 34.91%
G = 56.69%
B = 8.4%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#85D820 (or 0x85D820) is known color: Yellow Green. HEX triplet: 85, D8 and 20. RGB value is (133,216,32). Sum of RGB (Red+Green+Blue) = 133+216+32=381 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.91% from 381); Green value is 216 (84.77% from 255 or 56.69% from 381); Blue value is 32 (12.89% from 255 or 8.40% from 381); Max value from RGB is 216 - color contains mainly: green. Hex color #85D820 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85D820 is #7A27DF. Grayscale: #AAAAAA. Windows color (decimal): -8005600 or 2152581. OLE color: 2152581.

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

Color convert

RGB 133 216 32 -
CMYK 0.38 0 0.85 0.15
HSL 87.07º 0.74% 0.49% -
HSV(B) 87.07º 0.85% 0.85% -
XYZ 34.49 54.2 10.01 -
YUV 170.21 50 101.46 -
System Red Green Blue C M Y K H S L
Decimal 133 216 32 0.38 0 0.85 0.15 87.07 0.74 0.49
Hex 85 D8 20 26 0 55 F 57 4A 31
Octal 205 330 40 46 0 125 17 127 112 61
Binary 10000101 11011000 100000 100110 0 1010101 1111 1010111 1001010 110001

Color Harmonies of #85D820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85D820

Black with #85D820

Text Example


Text Example

White with #85D820

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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