Html Css Color HEX #88C305 Citrus

📋 copy color: '#88C305'

red 136 ◦ green 195 ◦ blue 5

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

Shades of Citrus #88C305

Tints of Citrus #88C305

RGB

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

 GREEN value IS 195 (76.56% from 255) = 58.04%

 BLUE value IS 5 (2.34% from 255) = 1.49%

R = 40.48%
G = 58.04%
B = 1.49%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#88C305 (or 0x88C305) is known color: Citrus. HEX triplet: 88, C3 and 05. RGB value is (136,195,5). Sum of RGB (Red+Green+Blue) = 136+195+5=336 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.48% from 336); Green value is 195 (76.56% from 255 or 58.04% from 336); Blue value is 5 (2.34% from 255 or 1.49% from 336); Max value from RGB is 195 - color contains mainly: green. Hex color #88C305 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #88C305 is #773CFA. Grayscale: #9C9C9C. Windows color (decimal): -7814395 or 377736. OLE color: 377736.

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

Color convert

RGB 136 195 5 -
CMYK 0.30 0 0.97 0.24
HSL 78.63º 0.95% 0.39% -
HSV(B) 78.63º 0.97% 0.76% -
XYZ 29.7 44.28 7.12 -
YUV 155.7 42.95 113.95 -
System Red Green Blue C M Y K H S L
Decimal 136 195 5 0.30 0 0.97 0.24 78.63 0.95 0.39
Hex 88 C3 5 1E 0 61 18 4F 5F 27
Octal 210 303 5 36 0 141 30 117 137 47
Binary 10001000 11000011 101 11110 0 1100001 11000 1001111 1011111 100111

Color Harmonies of #88C305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88C305

Black with #88C305

Text Example


Text Example

White with #88C305

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,195,5); }

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

background-color css

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

 a { background-color: rgb(136,195,5); }

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

border-color css

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

 span { border-color: rgb(136,195,5); }

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