Html Css Color HEX #85DC23 Yellow Green

📋 copy color: '#85DC23'

red 133 ◦ green 220 ◦ blue 35

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

Shades of Yellow Green #85DC23

Tints of Yellow Green #85DC23

RGB

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

 GREEN value IS 220 (86.33% from 255) = 56.7%

 BLUE value IS 35 (14.06% from 255) = 9.02%

R = 34.28%
G = 56.7%
B = 9.02%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#85DC23 (or 0x85DC23) is known color: Yellow Green. HEX triplet: 85, DC and 23. RGB value is (133,220,35). Sum of RGB (Red+Green+Blue) = 133+220+35=388 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.28% from 388); Green value is 220 (86.33% from 255 or 56.70% from 388); Blue value is 35 (14.06% from 255 or 9.02% from 388); Max value from RGB is 220 - color contains mainly: green. Hex color #85DC23 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85DC23 is #7A23DC. Grayscale: #ADADAD. Windows color (decimal): -8004573 or 2350213. OLE color: 2350213.

HSL color Cylindrical-coordinate representation of color #85DC23: hue angle of 88.22º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #85DC23 is Cyan = 0.40, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.14.

Color convert

RGB 133 220 35 -
CMYK 0.40 0 0.84 0.14
HSL 88.22º 0.73% 0.5% -
HSV(B) 88.22º 0.84% 0.86% -
XYZ 35.57 56.29 10.58 -
YUV 172.9 50.18 99.54 -
System Red Green Blue C M Y K H S L
Decimal 133 220 35 0.40 0 0.84 0.14 88.22 0.73 0.5
Hex 85 DC 23 28 0 54 E 58 49 32
Octal 205 334 43 50 0 124 16 130 111 62
Binary 10000101 11011100 100011 101000 0 1010100 1110 1011000 1001001 110010

Color Harmonies of #85DC23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85DC23

Black with #85DC23

Text Example


Text Example

White with #85DC23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,220,35); }

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

background-color css

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

 a { background-color: rgb(133,220,35); }

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

border-color css

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

 span { border-color: rgb(133,220,35); }

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