Html Css Color HEX #85D631 Yellow Green

📋 copy color: '#85D631'

red 133 ◦ green 214 ◦ blue 49

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

Shades of Yellow Green #85D631

Tints of Yellow Green #85D631

RGB

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

 GREEN value IS 214 (83.98% from 255) = 54.04%

 BLUE value IS 49 (19.53% from 255) = 12.37%

R = 33.59%
G = 54.04%
B = 12.37%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#85D631 (or 0x85D631) is known color: Yellow Green. HEX triplet: 85, D6 and 31. RGB value is (133,214,49). Sum of RGB (Red+Green+Blue) = 133+214+49=396 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.59% from 396); Green value is 214 (83.98% from 255 or 54.04% from 396); Blue value is 49 (19.53% from 255 or 12.37% from 396); Max value from RGB is 214 - color contains mainly: green. Hex color #85D631 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85D631 is #7A29CE. Grayscale: #ABABAB. Windows color (decimal): -8006095 or 3266181. OLE color: 3266181.

HSL color Cylindrical-coordinate representation of color #85D631: hue angle of 89.45º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #85D631 is Cyan = 0.38, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.16.

Color convert

RGB 133 214 49 -
CMYK 0.38 0 0.77 0.16
HSL 89.45º 0.67% 0.52% -
HSV(B) 89.45º 0.77% 0.84% -
XYZ 34.27 53.3 11.39 -
YUV 170.97 59.16 100.92 -
System Red Green Blue C M Y K H S L
Decimal 133 214 49 0.38 0 0.77 0.16 89.45 0.67 0.52
Hex 85 D6 31 26 0 4D 10 59 43 34
Octal 205 326 61 46 0 115 20 131 103 64
Binary 10000101 11010110 110001 100110 0 1001101 10000 1011001 1000011 110100

Color Harmonies of #85D631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85D631

Black with #85D631

Text Example


Text Example

White with #85D631

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,214,49); }

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

background-color css

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

 a { background-color: rgb(133,214,49); }

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

border-color css

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

 span { border-color: rgb(133,214,49); }

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