Html Css Color HEX #88C101 Citrus

📋 copy color: '#88C101'

red 136 ◦ green 193 ◦ blue 1

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

Shades of Citrus #88C101

Tints of Citrus #88C101

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.3%

R = 41.21%
G = 58.48%
B = 0.3%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#88C101 (or 0x88C101) is known color: Citrus. HEX triplet: 88, C1 and 01. RGB value is (136,193,1). Sum of RGB (Red+Green+Blue) = 136+193+1=330 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.21% from 330); Green value is 193 (75.78% from 255 or 58.48% from 330); Blue value is 1 (0.78% from 255 or 0.30% from 330); Max value from RGB is 193 - color contains mainly: green. Hex color #88C101 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #88C101 is #773EFE. Grayscale: #9A9A9A. Windows color (decimal): -7814911 or 115080. OLE color: 115080.

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

Color convert

RGB 136 193 1 -
CMYK 0.30 0 0.99 0.24
HSL 77.81º 0.99% 0.38% -
HSV(B) 77.81º 0.99% 0.76% -
XYZ 29.23 43.38 6.86 -
YUV 154.07 41.62 115.11 -
System Red Green Blue C M Y K H S L
Decimal 136 193 1 0.30 0 0.99 0.24 77.81 0.99 0.38
Hex 88 C1 1 1E 0 63 18 4E 63 26
Octal 210 301 1 36 0 143 30 116 143 46
Binary 10001000 11000001 1 11110 0 1100011 11000 1001110 1100011 100110

Color Harmonies of #88C101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88C101

Black with #88C101

Text Example


Text Example

White with #88C101

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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