Html Css Color HEX #85D22C Yellow Green

📋 copy color: '#85D22C'

red 133 ◦ green 210 ◦ blue 44

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

Shades of Yellow Green #85D22C

Tints of Yellow Green #85D22C

RGB

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

 GREEN value IS 210 (82.42% from 255) = 54.26%

 BLUE value IS 44 (17.58% from 255) = 11.37%

R = 34.37%
G = 54.26%
B = 11.37%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.79

 K value IS 0.18

RGB Variations

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

Color information

#85D22C (or 0x85D22C) is known color: Yellow Green. HEX triplet: 85, D2 and 2C. RGB value is (133,210,44). Sum of RGB (Red+Green+Blue) = 133+210+44=387 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.37% from 387); Green value is 210 (82.42% from 255 or 54.26% from 387); Blue value is 44 (17.58% from 255 or 11.37% from 387); Max value from RGB is 210 - color contains mainly: green. Hex color #85D22C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85D22C is #7A2DD3. Grayscale: #A8A8A8. Windows color (decimal): -8007124 or 2937477. OLE color: 2937477.

HSL color Cylindrical-coordinate representation of color #85D22C: hue angle of 87.83º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #85D22C is Cyan = 0.37, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.18.

Color convert

RGB 133 210 44 -
CMYK 0.37 0 0.79 0.18
HSL 87.83º 0.65% 0.5% -
HSV(B) 87.83º 0.79% 0.82% -
XYZ 33.17 51.26 10.53 -
YUV 168.05 57.99 103 -
System Red Green Blue C M Y K H S L
Decimal 133 210 44 0.37 0 0.79 0.18 87.83 0.65 0.5
Hex 85 D2 2C 25 0 4F 12 58 41 32
Octal 205 322 54 45 0 117 22 130 101 62
Binary 10000101 11010010 101100 100101 0 1001111 10010 1011000 1000001 110010

Color Harmonies of #85D22C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85D22C

Black with #85D22C

Text Example


Text Example

White with #85D22C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,210,44); }

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

background-color css

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

 a { background-color: rgb(133,210,44); }

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

border-color css

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

 span { border-color: rgb(133,210,44); }

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