Html Css Color HEX #88C315 Lima

📋 copy color: '#88C315'

red 136 ◦ green 195 ◦ blue 21

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

Shades of Lima #88C315

Tints of Lima #88C315

RGB

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

 GREEN value IS 195 (76.56% from 255) = 55.4%

 BLUE value IS 21 (8.59% from 255) = 5.97%

R = 38.64%
G = 55.4%
B = 5.97%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#88C315 (or 0x88C315) is known color: Lima. HEX triplet: 88, C3 and 15. RGB value is (136,195,21). Sum of RGB (Red+Green+Blue) = 136+195+21=352 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.64% from 352); Green value is 195 (76.56% from 255 or 55.40% from 352); Blue value is 21 (8.59% from 255 or 5.97% from 352); Max value from RGB is 195 - color contains mainly: green. Hex color #88C315 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #88C315 is #773CEA. Grayscale: #9E9E9E. Windows color (decimal): -7814379 or 1426312. OLE color: 1426312.

HSL color Cylindrical-coordinate representation of color #88C315: hue angle of 80.34º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #88C315 is Cyan = 0.30, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.24.

Color convert

RGB 136 195 21 -
CMYK 0.30 0 0.89 0.24
HSL 80.34º 0.81% 0.42% -
HSV(B) 80.34º 0.89% 0.76% -
XYZ 29.8 44.32 7.69 -
YUV 157.52 50.95 112.65 -
System Red Green Blue C M Y K H S L
Decimal 136 195 21 0.30 0 0.89 0.24 80.34 0.81 0.42
Hex 88 C3 15 1E 0 59 18 50 51 2A
Octal 210 303 25 36 0 131 30 120 121 52
Binary 10001000 11000011 10101 11110 0 1011001 11000 1010000 1010001 101010

Color Harmonies of #88C315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88C315

Black with #88C315

Text Example


Text Example

White with #88C315

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,195,21); }

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

background-color css

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

 a { background-color: rgb(136,195,21); }

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

border-color css

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

 span { border-color: rgb(136,195,21); }

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