Html Css Color HEX #88D203 Citrus

📋 copy color: '#88D203'

red 136 ◦ green 210 ◦ blue 3

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

Shades of Citrus #88D203

Tints of Citrus #88D203

RGB

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

 GREEN value IS 210 (82.42% from 255) = 60.17%

 BLUE value IS 3 (1.56% from 255) = 0.86%

R = 38.97%
G = 60.17%
B = 0.86%

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

#88D203 (or 0x88D203) is known color: Citrus. HEX triplet: 88, D2 and 03. RGB value is (136,210,3). Sum of RGB (Red+Green+Blue) = 136+210+3=349 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.97% from 349); Green value is 210 (82.42% from 255 or 60.17% from 349); Blue value is 3 (1.56% from 255 or 0.86% from 349); Max value from RGB is 210 - color contains mainly: green. Hex color #88D203 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #88D203 is #772DFC. Grayscale: #A5A5A5. Windows color (decimal): -7810557 or 250504. OLE color: 250504.

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

Color convert

RGB 136 210 3 -
CMYK 0.35 0 0.99 0.18
HSL 81.45º 0.97% 0.42% -
HSV(B) 81.45º 0.99% 0.82% -
XYZ 33.22 51.33 8.24 -
YUV 164.28 36.98 107.83 -
System Red Green Blue C M Y K H S L
Decimal 136 210 3 0.35 0 0.99 0.18 81.45 0.97 0.42
Hex 88 D2 3 23 0 63 12 51 61 2A
Octal 210 322 3 43 0 143 22 121 141 52
Binary 10001000 11010010 11 100011 0 1100011 10010 1010001 1100001 101010

Color Harmonies of #88D203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88D203

Black with #88D203

Text Example


Text Example

White with #88D203

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,210,3); }

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

background-color css

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

 a { background-color: rgb(136,210,3); }

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

border-color css

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

 span { border-color: rgb(136,210,3); }

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