Html Css Color HEX #85DD27 Yellow Green

📋 copy color: '#85DD27'

red 133 ◦ green 221 ◦ blue 39

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

Shades of Yellow Green #85DD27

Tints of Yellow Green #85DD27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 9.92%

R = 33.84%
G = 56.23%
B = 9.92%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#85DD27 (or 0x85DD27) is known color: Yellow Green. HEX triplet: 85, DD and 27. RGB value is (133,221,39). Sum of RGB (Red+Green+Blue) = 133+221+39=393 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.84% from 393); Green value is 221 (86.72% from 255 or 56.23% from 393); Blue value is 39 (15.62% from 255 or 9.92% from 393); Max value from RGB is 221 - color contains mainly: green. Hex color #85DD27 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85DD27 is #7A22D8. Grayscale: #AEAEAE. Windows color (decimal): -8004313 or 2612613. OLE color: 2612613.

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

Color convert

RGB 133 221 39 -
CMYK 0.40 0 0.82 0.13
HSL 89.01º 0.73% 0.51% -
HSV(B) 89.01º 0.82% 0.87% -
XYZ 35.9 56.85 11 -
YUV 173.94 51.85 98.8 -
System Red Green Blue C M Y K H S L
Decimal 133 221 39 0.40 0 0.82 0.13 89.01 0.73 0.51
Hex 85 DD 27 28 0 52 D 59 49 33
Octal 205 335 47 50 0 122 15 131 111 63
Binary 10000101 11011101 100111 101000 0 1010010 1101 1011001 1001001 110011

Color Harmonies of #85DD27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85DD27

Black with #85DD27

Text Example


Text Example

White with #85DD27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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