Html Css Color HEX #88CC03 Citrus

📋 copy color: '#88CC03'

red 136 ◦ green 204 ◦ blue 3

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

Shades of Citrus #88CC03

Tints of Citrus #88CC03

RGB

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

 GREEN value IS 204 (80.08% from 255) = 59.48%

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

R = 39.65%
G = 59.48%
B = 0.87%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.99

 K value IS 0.2

RGB Variations

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

Color information

#88CC03 (or 0x88CC03) is known color: Citrus. HEX triplet: 88, CC and 03. RGB value is (136,204,3). Sum of RGB (Red+Green+Blue) = 136+204+3=343 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.65% from 343); Green value is 204 (80.08% from 255 or 59.48% from 343); Blue value is 3 (1.56% from 255 or 0.87% from 343); Max value from RGB is 204 - color contains mainly: green. Hex color #88CC03 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #88CC03 is #7733FC. Grayscale: #A1A1A1. Windows color (decimal): -7812093 or 248968. OLE color: 248968.

HSL color Cylindrical-coordinate representation of color #88CC03: hue angle of 80.3º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #88CC03 is Cyan = 0.33, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.2.

Color convert

RGB 136 204 3 -
CMYK 0.33 0 0.99 0.2
HSL 80.3º 0.97% 0.41% -
HSV(B) 80.3º 0.99% 0.8% -
XYZ 31.76 48.43 7.76 -
YUV 160.75 38.97 110.34 -
System Red Green Blue C M Y K H S L
Decimal 136 204 3 0.33 0 0.99 0.2 80.3 0.97 0.41
Hex 88 CC 3 21 0 63 14 50 61 29
Octal 210 314 3 41 0 143 24 120 141 51
Binary 10001000 11001100 11 100001 0 1100011 10100 1010000 1100001 101001

Color Harmonies of #88CC03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88CC03

Black with #88CC03

Text Example


Text Example

White with #88CC03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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