Html Css Color HEX #85C21D Lima

📋 copy color: '#85C21D'

red 133 ◦ green 194 ◦ blue 29

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

Shades of Lima #85C21D

Tints of Lima #85C21D

RGB

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

 GREEN value IS 194 (76.17% from 255) = 54.49%

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

R = 37.36%
G = 54.49%
B = 8.15%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.85

 K value IS 0.24

RGB Variations

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

Color information

#85C21D (or 0x85C21D) is known color: Lima. HEX triplet: 85, C2 and 1D. RGB value is (133,194,29). Sum of RGB (Red+Green+Blue) = 133+194+29=356 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.36% from 356); Green value is 194 (76.17% from 255 or 54.49% from 356); Blue value is 29 (11.72% from 255 or 8.15% from 356); Max value from RGB is 194 - color contains mainly: green. Hex color #85C21D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85C21D is #7A3DE2. Grayscale: #9D9D9D. Windows color (decimal): -8011235 or 1950341. OLE color: 1950341.

HSL color Cylindrical-coordinate representation of color #85C21D: hue angle of 82.18º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #85C21D is Cyan = 0.31, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.24.

Color convert

RGB 133 194 29 -
CMYK 0.31 0 0.85 0.24
HSL 82.18º 0.74% 0.44% -
HSV(B) 82.18º 0.85% 0.76% -
XYZ 29.19 43.66 8.05 -
YUV 156.95 55.79 110.92 -
System Red Green Blue C M Y K H S L
Decimal 133 194 29 0.31 0 0.85 0.24 82.18 0.74 0.44
Hex 85 C2 1D 1F 0 55 18 52 4A 2C
Octal 205 302 35 37 0 125 30 122 112 54
Binary 10000101 11000010 11101 11111 0 1010101 11000 1010010 1001010 101100

Color Harmonies of #85C21D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85C21D

Black with #85C21D

Text Example


Text Example

White with #85C21D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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