Html Css Color HEX #88C308 Citrus

📋 copy color: '#88C308'

red 136 ◦ green 195 ◦ blue 8

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

Shades of Citrus #88C308

Tints of Citrus #88C308

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.36%

R = 40.12%
G = 57.52%
B = 2.36%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.96

 K value IS 0.24

RGB Variations

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

Color information

#88C308 (or 0x88C308) is known color: Citrus. HEX triplet: 88, C3 and 08. RGB value is (136,195,8). Sum of RGB (Red+Green+Blue) = 136+195+8=339 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.12% from 339); Green value is 195 (76.56% from 255 or 57.52% from 339); Blue value is 8 (3.52% from 255 or 2.36% from 339); Max value from RGB is 195 - color contains mainly: green. Hex color #88C308 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #88C308 is #773CF7. Grayscale: #9C9C9C. Windows color (decimal): -7814392 or 574344. OLE color: 574344.

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

Color convert

RGB 136 195 8 -
CMYK 0.30 0 0.96 0.24
HSL 78.93º 0.92% 0.4% -
HSV(B) 78.93º 0.96% 0.76% -
XYZ 29.71 44.28 7.21 -
YUV 156.04 44.45 113.71 -
System Red Green Blue C M Y K H S L
Decimal 136 195 8 0.30 0 0.96 0.24 78.93 0.92 0.4
Hex 88 C3 8 1E 0 60 18 4F 5C 28
Octal 210 303 10 36 0 140 30 117 134 50
Binary 10001000 11000011 1000 11110 0 1100000 11000 1001111 1011100 101000

Color Harmonies of #88C308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88C308

Black with #88C308

Text Example


Text Example

White with #88C308

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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