#88D305

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

Shades of Citrus #88D305

Tints of Citrus #88D305

Color information

#88D305 (or 0x88D305) is unknown color: approx Citrus. HEX triplet: 88, D3 and 05. RGB value is (136,211,5). Sum of RGB (Red+Green+Blue) = 136+211+5=352 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.64% from 352); Green value is 211 (82.81% from 255 or 59.94% from 352); Blue value is 5 (2.34% from 255 or 1.42% from 352); Max value from RGB is 211 - color contains mainly: green. Hex color #88D305 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #88D305 is #772CFA. Grayscale: #A5A5A5. Windows color (decimal): -7810299 or 381832. OLE color: 381832.

HSL color Cylindrical-coordinate representation of color #88D305: hue angle of 81.84º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #88D305 is Cyan = 0.36, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.17.

Color convert

RGB1362115-
CMYK0.3600.980.17
HSL81.84º95.37%42.35%-
HSV(B)81.84º97.63%82.75%-
XYZ33.4851.838.38-
YUV165.0937.65107.25-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 38.64%
GREEN value IS 211 (82.81% from 255) = 59.94%
BLUE value IS 5 (2.34% from 255) = 1.42%
R=38.64%
G=59.94%
B=1.42%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal13621150.3600.980.1781.8495.3742.35
Hex88D352406211525f2a
Octal21032354401422112213752
Binary1000100011010011101100100011000101000110100101011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88D305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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