Html Css Color HEX #88C710 Citrus

📋 copy color: '#88C710'

red 136 ◦ green 199 ◦ blue 16

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

Shades of Citrus #88C710

Tints of Citrus #88C710

RGB

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

 GREEN value IS 199 (78.13% from 255) = 56.7%

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

R = 38.75%
G = 56.7%
B = 4.56%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#88C710 (or 0x88C710) is known color: Citrus. HEX triplet: 88, C7 and 10. RGB value is (136,199,16). Sum of RGB (Red+Green+Blue) = 136+199+16=351 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.75% from 351); Green value is 199 (78.12% from 255 or 56.70% from 351); Blue value is 16 (6.64% from 255 or 4.56% from 351); Max value from RGB is 199 - color contains mainly: green. Hex color #88C710 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #88C710 is #7738EF. Grayscale: #9F9F9F. Windows color (decimal): -7813360 or 1099656. OLE color: 1099656.

HSL color Cylindrical-coordinate representation of color #88C710: hue angle of 80.66º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #88C710 is Cyan = 0.32, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.22.

Color convert

RGB 136 199 16 -
CMYK 0.32 0 0.92 0.22
HSL 80.66º 0.85% 0.42% -
HSV(B) 80.66º 0.92% 0.78% -
XYZ 30.67 46.12 7.78 -
YUV 159.3 47.13 111.38 -
System Red Green Blue C M Y K H S L
Decimal 136 199 16 0.32 0 0.92 0.22 80.66 0.85 0.42
Hex 88 C7 10 20 0 5C 16 51 55 2A
Octal 210 307 20 40 0 134 26 121 125 52
Binary 10001000 11000111 10000 100000 0 1011100 10110 1010001 1010101 101010

Color Harmonies of #88C710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88C710

Black with #88C710

Text Example


Text Example

White with #88C710

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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