Html Css Color HEX #88C613 Lima

📋 copy color: '#88C613'

red 136 ◦ green 198 ◦ blue 19

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

Shades of Lima #88C613

Tints of Lima #88C613

RGB

 RED value IS 136 (53.52% from 255) = 38.53%

 GREEN value IS 198 (77.73% from 255) = 56.09%

 BLUE value IS 19 (7.81% from 255) = 5.38%

R = 38.53%
G = 56.09%
B = 5.38%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.90

 K value IS 0.22

RGB Variations

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

Color information

#88C613 (or 0x88C613) is known color: Lima. HEX triplet: 88, C6 and 13. RGB value is (136,198,19). Sum of RGB (Red+Green+Blue) = 136+198+19=353 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.53% from 353); Green value is 198 (77.73% from 255 or 56.09% from 353); Blue value is 19 (7.81% from 255 or 5.38% from 353); Max value from RGB is 198 - color contains mainly: green. Hex color #88C613 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #88C613 is #7739EC. Grayscale: #9F9F9F. Windows color (decimal): -7813613 or 1296008. OLE color: 1296008.

HSL color Cylindrical-coordinate representation of color #88C613: hue angle of 80.78º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #88C613 is Cyan = 0.31, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.22.

Color convert

RGB 136 198 19 -
CMYK 0.31 0 0.90 0.22
HSL 80.78º 0.82% 0.43% -
HSV(B) 80.78º 0.9% 0.78% -
XYZ 30.46 45.67 7.83 -
YUV 159.06 48.96 111.55 -
System Red Green Blue C M Y K H S L
Decimal 136 198 19 0.31 0 0.90 0.22 80.78 0.82 0.43
Hex 88 C6 13 1F 0 5A 16 51 52 2B
Octal 210 306 23 37 0 132 26 121 122 53
Binary 10001000 11000110 10011 11111 0 1011010 10110 1010001 1010010 101011

Color Harmonies of #88C613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88C613

Black with #88C613

Text Example


Text Example

White with #88C613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88C613; }

 p { color: rgb(136,198,19); }

 H1.HeaderClassName
 {
   color: #88C613;
 }
 .AnyTagClassName
 {
   color: #88C613;
 }
</style>

background-color css

<style>
 a { background-color: #88C613; }

 a { background-color: rgb(136,198,19); }

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

border-color css

<style>
 span { border-color: #88C613; }

 span { border-color: rgb(136,198,19); }

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