Html Css Color HEX #83CD14 Lima

📋 copy color: '#83CD14'

red 131 ◦ green 205 ◦ blue 20

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

Shades of Lima #83CD14

Tints of Lima #83CD14

RGB

 RED value IS 131 (51.56% from 255) = 36.8%

 GREEN value IS 205 (80.47% from 255) = 57.58%

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

R = 36.8%
G = 57.58%
B = 5.62%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.90

 K value IS 0.20

RGB Variations

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

Color information

#83CD14 (or 0x83CD14) is known color: Lima. HEX triplet: 83, CD and 14. RGB value is (131,205,20). Sum of RGB (Red+Green+Blue) = 131+205+20=356 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.80% from 356); Green value is 205 (80.47% from 255 or 57.58% from 356); Blue value is 20 (8.20% from 255 or 5.62% from 356); Max value from RGB is 205 - color contains mainly: green. Hex color #83CD14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #83CD14 is #7C32EB. Grayscale: #A2A2A2. Windows color (decimal): -8139500 or 1363331. OLE color: 1363331.

HSL color Cylindrical-coordinate representation of color #83CD14: hue angle of 84º 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 #83CD14 is Cyan = 0.36, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.20.

Color convert

RGB 131 205 20 -
CMYK 0.36 0 0.90 0.20
HSL 84º 0.82% 0.44% -
HSV(B) 84º 0.9% 0.8% -
XYZ 31.32 48.54 8.38 -
YUV 161.78 47.98 106.04 -
System Red Green Blue C M Y K H S L
Decimal 131 205 20 0.36 0 0.90 0.20 84 0.82 0.44
Hex 83 CD 14 24 0 5A 14 54 52 2C
Octal 203 315 24 44 0 132 24 124 122 54
Binary 10000011 11001101 10100 100100 0 1011010 10100 1010100 1010010 101100

Color Harmonies of #83CD14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83CD14

Black with #83CD14

Text Example


Text Example

White with #83CD14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83CD14; }

 p { color: rgb(131,205,20); }

 H1.HeaderClassName
 {
   color: #83CD14;
 }
 .AnyTagClassName
 {
   color: #83CD14;
 }
</style>

background-color css

<style>
 a { background-color: #83CD14; }

 a { background-color: rgb(131,205,20); }

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

border-color css

<style>
 span { border-color: #83CD14; }

 span { border-color: rgb(131,205,20); }

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