Html Css Color HEX #85CB14 Lima

📋 copy color: '#85CB14'

red 133 ◦ green 203 ◦ blue 20

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

Shades of Lima #85CB14

Tints of Lima #85CB14

RGB

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

 GREEN value IS 203 (79.69% from 255) = 57.02%

 BLUE value IS 20 (8.2% from 255) = 5.62%

R = 37.36%
G = 57.02%
B = 5.62%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.90

 K value IS 0.20

RGB Variations

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

Color information

#85CB14 (or 0x85CB14) is known color: Lima. HEX triplet: 85, CB and 14. RGB value is (133,203,20). Sum of RGB (Red+Green+Blue) = 133+203+20=356 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.36% from 356); Green value is 203 (79.69% from 255 or 57.02% from 356); Blue value is 20 (8.20% from 255 or 5.62% from 356); Max value from RGB is 203 - color contains mainly: green. Hex color #85CB14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85CB14 is #7A34EB. Grayscale: #A1A1A1. Windows color (decimal): -8008940 or 1362821. OLE color: 1362821.

HSL color Cylindrical-coordinate representation of color #85CB14: hue angle of 82.95º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #85CB14 is Cyan = 0.34, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.20.

Color convert

RGB 133 203 20 -
CMYK 0.34 0 0.90 0.20
HSL 82.95º 0.82% 0.44% -
HSV(B) 82.95º 0.9% 0.8% -
XYZ 31.16 47.75 8.24 -
YUV 161.21 48.31 107.88 -
System Red Green Blue C M Y K H S L
Decimal 133 203 20 0.34 0 0.90 0.20 82.95 0.82 0.44
Hex 85 CB 14 22 0 5A 14 53 52 2C
Octal 205 313 24 42 0 132 24 123 122 54
Binary 10000101 11001011 10100 100010 0 1011010 10100 1010011 1010010 101100

Color Harmonies of #85CB14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85CB14

Black with #85CB14

Text Example


Text Example

White with #85CB14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,203,20); }

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

background-color css

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

 a { background-color: rgb(133,203,20); }

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

border-color css

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

 span { border-color: rgb(133,203,20); }

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