Html Css Color HEX #85BD1D Lima

📋 copy color: '#85BD1D'

red 133 ◦ green 189 ◦ blue 29

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

Shades of Lima #85BD1D

Tints of Lima #85BD1D

RGB

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

 GREEN value IS 189 (74.22% from 255) = 53.85%

 BLUE value IS 29 (11.72% from 255) = 8.26%

R = 37.89%
G = 53.85%
B = 8.26%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.85

 K value IS 0.26

RGB Variations

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

Color information

#85BD1D (or 0x85BD1D) is known color: Lima. HEX triplet: 85, BD and 1D. RGB value is (133,189,29). Sum of RGB (Red+Green+Blue) = 133+189+29=351 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.89% from 351); Green value is 189 (74.22% from 255 or 53.85% from 351); Blue value is 29 (11.72% from 255 or 8.26% from 351); Max value from RGB is 189 - color contains mainly: green. Hex color #85BD1D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85BD1D is #7A42E2. Grayscale: #9A9A9A. Windows color (decimal): -8012515 or 1949061. OLE color: 1949061.

HSL color Cylindrical-coordinate representation of color #85BD1D: hue angle of 81º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #85BD1D is Cyan = 0.30, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.26.

Color convert

RGB 133 189 29 -
CMYK 0.30 0 0.85 0.26
HSL 81º 0.73% 0.43% -
HSV(B) 81º 0.85% 0.74% -
XYZ 28.09 41.47 7.69 -
YUV 154.02 57.45 113.01 -
System Red Green Blue C M Y K H S L
Decimal 133 189 29 0.30 0 0.85 0.26 81 0.73 0.43
Hex 85 BD 1D 1E 0 55 1A 51 49 2B
Octal 205 275 35 36 0 125 32 121 111 53
Binary 10000101 10111101 11101 11110 0 1010101 11010 1010001 1001001 101011

Color Harmonies of #85BD1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85BD1D

Black with #85BD1D

Text Example


Text Example

White with #85BD1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,189,29); }

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

background-color css

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

 a { background-color: rgb(133,189,29); }

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

border-color css

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

 span { border-color: rgb(133,189,29); }

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