Html Css Color HEX #88D306 Citrus

📋 copy color: '#88D306'

red 136 ◦ green 211 ◦ blue 6

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

Shades of Citrus #88D306

Tints of Citrus #88D306

RGB

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

 GREEN value IS 211 (82.81% from 255) = 59.77%

 BLUE value IS 6 (2.73% from 255) = 1.7%

R = 38.53%
G = 59.77%
B = 1.7%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.97

 K value IS 0.17

RGB Variations

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

Color information

#88D306 (or 0x88D306) is known color: Citrus. HEX triplet: 88, D3 and 06. RGB value is (136,211,6). Sum of RGB (Red+Green+Blue) = 136+211+6=353 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.53% from 353); Green value is 211 (82.81% from 255 or 59.77% from 353); Blue value is 6 (2.73% from 255 or 1.70% from 353); Max value from RGB is 211 - color contains mainly: green. Hex color #88D306 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #88D306 is #772CF9. Grayscale: #A5A5A5. Windows color (decimal): -7810298 or 447368. OLE color: 447368.

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

Color convert

RGB 136 211 6 -
CMYK 0.36 0 0.97 0.17
HSL 81.95º 0.94% 0.43% -
HSV(B) 81.95º 0.97% 0.83% -
XYZ 33.48 51.84 8.41 -
YUV 165.21 38.15 107.17 -
System Red Green Blue C M Y K H S L
Decimal 136 211 6 0.36 0 0.97 0.17 81.95 0.94 0.43
Hex 88 D3 6 24 0 61 11 52 5E 2B
Octal 210 323 6 44 0 141 21 122 136 53
Binary 10001000 11010011 110 100100 0 1100001 10001 1010010 1011110 101011

Color Harmonies of #88D306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88D306

Black with #88D306

Text Example


Text Example

White with #88D306

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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