Html Css Color HEX #83CF10 Lima

📋 copy color: '#83CF10'

red 131 ◦ green 207 ◦ blue 16

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

Shades of Lima #83CF10

Tints of Lima #83CF10

RGB

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

 GREEN value IS 207 (81.25% from 255) = 58.47%

 BLUE value IS 16 (6.64% from 255) = 4.52%

R = 37.01%
G = 58.47%
B = 4.52%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.92

 K value IS 0.19

RGB Variations

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

Color information

#83CF10 (or 0x83CF10) is known color: Lima. HEX triplet: 83, CF and 10. RGB value is (131,207,16). Sum of RGB (Red+Green+Blue) = 131+207+16=354 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.01% from 354); Green value is 207 (81.25% from 255 or 58.47% from 354); Blue value is 16 (6.64% from 255 or 4.52% from 354); Max value from RGB is 207 - color contains mainly: green. Hex color #83CF10 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #83CF10 is #7C30EF. Grayscale: #A3A3A3. Windows color (decimal): -8138992 or 1101699. OLE color: 1101699.

HSL color Cylindrical-coordinate representation of color #83CF10: hue angle of 83.87º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #83CF10 is Cyan = 0.37, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.19.

Color convert

RGB 131 207 16 -
CMYK 0.37 0 0.92 0.19
HSL 83.87º 0.86% 0.44% -
HSV(B) 83.87º 0.92% 0.81% -
XYZ 31.77 49.49 8.37 -
YUV 162.5 45.32 105.53 -
System Red Green Blue C M Y K H S L
Decimal 131 207 16 0.37 0 0.92 0.19 83.87 0.86 0.44
Hex 83 CF 10 25 0 5C 13 54 56 2C
Octal 203 317 20 45 0 134 23 124 126 54
Binary 10000011 11001111 10000 100101 0 1011100 10011 1010100 1010110 101100

Color Harmonies of #83CF10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83CF10

Black with #83CF10

Text Example


Text Example

White with #83CF10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,207,16); }

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

background-color css

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

 a { background-color: rgb(131,207,16); }

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

border-color css

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

 span { border-color: rgb(131,207,16); }

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