Html Css Color HEX #85DD2F Yellow Green

📋 copy color: '#85DD2F'

red 133 ◦ green 221 ◦ blue 47

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

Shades of Yellow Green #85DD2F

Tints of Yellow Green #85DD2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 11.72%

R = 33.17%
G = 55.11%
B = 11.72%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#85DD2F (or 0x85DD2F) is known color: Yellow Green. HEX triplet: 85, DD and 2F. RGB value is (133,221,47). Sum of RGB (Red+Green+Blue) = 133+221+47=401 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.17% from 401); Green value is 221 (86.72% from 255 or 55.11% from 401); Blue value is 47 (18.75% from 255 or 11.72% from 401); Max value from RGB is 221 - color contains mainly: green. Hex color #85DD2F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85DD2F is #7A22D0. Grayscale: #AFAFAF. Windows color (decimal): -8004305 or 3136901. OLE color: 3136901.

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

Color convert

RGB 133 221 47 -
CMYK 0.40 0 0.79 0.13
HSL 90.34º 0.72% 0.53% -
HSV(B) 90.34º 0.79% 0.87% -
XYZ 36.04 56.9 11.77 -
YUV 174.85 55.85 98.15 -
System Red Green Blue C M Y K H S L
Decimal 133 221 47 0.40 0 0.79 0.13 90.34 0.72 0.53
Hex 85 DD 2F 28 0 4F D 5A 48 35
Octal 205 335 57 50 0 117 15 132 110 65
Binary 10000101 11011101 101111 101000 0 1001111 1101 1011010 1001000 110101

Color Harmonies of #85DD2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85DD2F

Black with #85DD2F

Text Example


Text Example

White with #85DD2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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