Html Css Color HEX #88D102 Citrus

📋 copy color: '#88D102'

red 136 ◦ green 209 ◦ blue 2

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

Shades of Citrus #88D102

Tints of Citrus #88D102

RGB

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

 GREEN value IS 209 (82.03% from 255) = 60.23%

 BLUE value IS 2 (1.17% from 255) = 0.58%

R = 39.19%
G = 60.23%
B = 0.58%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.99

 K value IS 0.18

RGB Variations

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

Color information

#88D102 (or 0x88D102) is known color: Citrus. HEX triplet: 88, D1 and 02. RGB value is (136,209,2). Sum of RGB (Red+Green+Blue) = 136+209+2=347 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.19% from 347); Green value is 209 (82.03% from 255 or 60.23% from 347); Blue value is 2 (1.17% from 255 or 0.58% from 347); Max value from RGB is 209 - color contains mainly: green. Hex color #88D102 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #88D102 is #772EFD. Grayscale: #A4A4A4. Windows color (decimal): -7810814 or 184712. OLE color: 184712.

HSL color Cylindrical-coordinate representation of color #88D102: hue angle of 81.16º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #88D102 is Cyan = 0.35, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.18.

Color convert

RGB 136 209 2 -
CMYK 0.35 0 0.99 0.18
HSL 81.16º 0.98% 0.41% -
HSV(B) 81.16º 0.99% 0.82% -
XYZ 32.96 50.84 8.13 -
YUV 163.58 36.82 108.33 -
System Red Green Blue C M Y K H S L
Decimal 136 209 2 0.35 0 0.99 0.18 81.16 0.98 0.41
Hex 88 D1 2 23 0 63 12 51 62 29
Octal 210 321 2 43 0 143 22 121 142 51
Binary 10001000 11010001 10 100011 0 1100011 10010 1010001 1100010 101001

Color Harmonies of #88D102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88D102

Black with #88D102

Text Example


Text Example

White with #88D102

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,209,2); }

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

background-color css

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

 a { background-color: rgb(136,209,2); }

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

border-color css

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

 span { border-color: rgb(136,209,2); }

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