Html Css Color HEX #88C505 Citrus

📋 copy color: '#88C505'

red 136 ◦ green 197 ◦ blue 5

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

Shades of Citrus #88C505

Tints of Citrus #88C505

RGB

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

 GREEN value IS 197 (77.34% from 255) = 58.28%

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

R = 40.24%
G = 58.28%
B = 1.48%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.97

 K value IS 0.23

RGB Variations

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

Color information

#88C505 (or 0x88C505) is known color: Citrus. HEX triplet: 88, C5 and 05. RGB value is (136,197,5). Sum of RGB (Red+Green+Blue) = 136+197+5=338 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.24% from 338); Green value is 197 (77.34% from 255 or 58.28% from 338); Blue value is 5 (2.34% from 255 or 1.48% from 338); Max value from RGB is 197 - color contains mainly: green. Hex color #88C505 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #88C505 is #773AFA. Grayscale: #9D9D9D. Windows color (decimal): -7813883 or 378248. OLE color: 378248.

HSL color Cylindrical-coordinate representation of color #88C505: hue angle of 79.06º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #88C505 is Cyan = 0.31, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.23.

Color convert

RGB 136 197 5 -
CMYK 0.31 0 0.97 0.23
HSL 79.06º 0.95% 0.4% -
HSV(B) 79.06º 0.97% 0.77% -
XYZ 30.15 45.18 7.27 -
YUV 156.87 42.29 113.11 -
System Red Green Blue C M Y K H S L
Decimal 136 197 5 0.31 0 0.97 0.23 79.06 0.95 0.4
Hex 88 C5 5 1F 0 61 17 4F 5F 28
Octal 210 305 5 37 0 141 27 117 137 50
Binary 10001000 11000101 101 11111 0 1100001 10111 1001111 1011111 101000

Color Harmonies of #88C505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88C505

Black with #88C505

Text Example


Text Example

White with #88C505

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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