#88CE05

Color #88CE05 Citrus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Citrus #88CE05

Tints of Citrus #88CE05

Color information

#88CE05 (or 0x88CE05) is unknown color: approx Citrus. HEX triplet: 88, CE and 05. RGB value is (136,206,5). Sum of RGB (Red+Green+Blue) = 136+206+5=347 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.19% from 347); Green value is 206 (80.86% from 255 or 59.37% from 347); Blue value is 5 (2.34% from 255 or 1.44% from 347); Max value from RGB is 206 - color contains mainly: green. Hex color #88CE05 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #88CE05 is #7731FA. Grayscale: #A2A2A2. Windows color (decimal): -7811579 or 380552. OLE color: 380552.

HSL color Cylindrical-coordinate representation of color #88CE05: hue angle of 80.9º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #88CE05 is Cyan = 0.34, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.19.

Color convert

RGB1362065-
CMYK0.3400.980.19
HSL80.9º95.26%41.37%-
HSV(B)80.9º97.57%80.78%-
XYZ32.2549.397.98-
YUV162.1639.31109.34-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 39.19%
GREEN value IS 206 (80.86% from 255) = 59.37%
BLUE value IS 5 (2.34% from 255) = 1.44%
R=39.19%
G=59.37%
B=1.44%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal13620650.3400.980.1980.995.2641.37
Hex88CE52206213515f29
Octal21031654201422312113751
Binary1000100011001110101100010011000101001110100011011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88CE05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,206,5); }

 H1.HeaderClassName
 {
   color: #88CE05;
 }
 .AnyTagClassName
 {
   color: #88CE05;
 }
</style>
background-color css

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

 a { background-color: rgb(136,206,5); }

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

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

 span { border-color: rgb(136,206,5); }

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