Html Css Color HEX #88C104 Citrus

📋 copy color: '#88C104'

red 136 ◦ green 193 ◦ blue 4

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

Shades of Citrus #88C104

Tints of Citrus #88C104

RGB

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

 GREEN value IS 193 (75.78% from 255) = 57.96%

 BLUE value IS 4 (1.95% from 255) = 1.2%

R = 40.84%
G = 57.96%
B = 1.2%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#88C104 (or 0x88C104) is known color: Citrus. HEX triplet: 88, C1 and 04. RGB value is (136,193,4). Sum of RGB (Red+Green+Blue) = 136+193+4=333 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.84% from 333); Green value is 193 (75.78% from 255 or 57.96% from 333); Blue value is 4 (1.95% from 255 or 1.20% from 333); Max value from RGB is 193 - color contains mainly: green. Hex color #88C104 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #88C104 is #773EFB. Grayscale: #9B9B9B. Windows color (decimal): -7814908 or 311688. OLE color: 311688.

HSL color Cylindrical-coordinate representation of color #88C104: hue angle of 78.1º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #88C104 is Cyan = 0.30, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.24.

Color convert

RGB 136 193 4 -
CMYK 0.30 0 0.98 0.24
HSL 78.1º 0.96% 0.39% -
HSV(B) 78.1º 0.98% 0.76% -
XYZ 29.25 43.38 6.95 -
YUV 154.41 43.12 114.87 -
System Red Green Blue C M Y K H S L
Decimal 136 193 4 0.30 0 0.98 0.24 78.1 0.96 0.39
Hex 88 C1 4 1E 0 62 18 4E 60 27
Octal 210 301 4 36 0 142 30 116 140 47
Binary 10001000 11000001 100 11110 0 1100010 11000 1001110 1100000 100111

Color Harmonies of #88C104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88C104

Black with #88C104

Text Example


Text Example

White with #88C104

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,193,4); }

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

background-color css

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

 a { background-color: rgb(136,193,4); }

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

border-color css

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

 span { border-color: rgb(136,193,4); }

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