Html Css Color HEX #88C110 Citrus

📋 copy color: '#88C110'

red 136 ◦ green 193 ◦ blue 16

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

Shades of Citrus #88C110

Tints of Citrus #88C110

RGB

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

 GREEN value IS 193 (75.78% from 255) = 55.94%

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

R = 39.42%
G = 55.94%
B = 4.64%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#88C110 (or 0x88C110) is known color: Citrus. HEX triplet: 88, C1 and 10. RGB value is (136,193,16). Sum of RGB (Red+Green+Blue) = 136+193+16=345 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.42% from 345); Green value is 193 (75.78% from 255 or 55.94% from 345); Blue value is 16 (6.64% from 255 or 4.64% from 345); Max value from RGB is 193 - color contains mainly: green. Hex color #88C110 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #88C110 is #773EEF. Grayscale: #9C9C9C. Windows color (decimal): -7814896 or 1098120. OLE color: 1098120.

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

Color convert

RGB 136 193 16 -
CMYK 0.30 0 0.92 0.24
HSL 79.32º 0.85% 0.41% -
HSV(B) 79.32º 0.92% 0.76% -
XYZ 29.32 43.41 7.32 -
YUV 155.78 49.12 113.89 -
System Red Green Blue C M Y K H S L
Decimal 136 193 16 0.30 0 0.92 0.24 79.32 0.85 0.41
Hex 88 C1 10 1E 0 5C 18 4F 55 29
Octal 210 301 20 36 0 134 30 117 125 51
Binary 10001000 11000001 10000 11110 0 1011100 11000 1001111 1010101 101001

Color Harmonies of #88C110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88C110

Black with #88C110

Text Example


Text Example

White with #88C110

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,193,16); }

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

background-color css

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

 a { background-color: rgb(136,193,16); }

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

border-color css

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

 span { border-color: rgb(136,193,16); }

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