Html Css Color HEX #85DD2C Yellow Green

📋 copy color: '#85DD2C'

red 133 ◦ green 221 ◦ blue 44

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

Shades of Yellow Green #85DD2C

Tints of Yellow Green #85DD2C

RGB

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

 GREEN value IS 221 (86.72% from 255) = 55.53%

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

R = 33.42%
G = 55.53%
B = 11.06%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#85DD2C (or 0x85DD2C) is known color: Yellow Green. HEX triplet: 85, DD and 2C. RGB value is (133,221,44). Sum of RGB (Red+Green+Blue) = 133+221+44=398 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.42% from 398); Green value is 221 (86.72% from 255 or 55.53% from 398); Blue value is 44 (17.58% from 255 or 11.06% from 398); Max value from RGB is 221 - color contains mainly: green. Hex color #85DD2C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85DD2C is #7A22D3. Grayscale: #AFAFAF. Windows color (decimal): -8004308 or 2940293. OLE color: 2940293.

HSL color Cylindrical-coordinate representation of color #85DD2C: hue angle of 89.83º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #85DD2C is Cyan = 0.40, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.13.

Color convert

RGB 133 221 44 -
CMYK 0.40 0 0.80 0.13
HSL 89.83º 0.72% 0.52% -
HSV(B) 89.83º 0.8% 0.87% -
XYZ 35.98 56.88 11.47 -
YUV 174.51 54.35 98.39 -
System Red Green Blue C M Y K H S L
Decimal 133 221 44 0.40 0 0.80 0.13 89.83 0.72 0.52
Hex 85 DD 2C 28 0 50 D 5A 48 34
Octal 205 335 54 50 0 120 15 132 110 64
Binary 10000101 11011101 101100 101000 0 1010000 1101 1011010 1001000 110100

Color Harmonies of #85DD2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85DD2C

Black with #85DD2C

Text Example


Text Example

White with #85DD2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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