Html Css Color HEX #88D40C Citrus

📋 copy color: '#88D40C'

red 136 ◦ green 212 ◦ blue 12

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

Shades of Citrus #88D40C

Tints of Citrus #88D40C

RGB

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

 GREEN value IS 212 (83.2% from 255) = 58.89%

 BLUE value IS 12 (5.08% from 255) = 3.33%

R = 37.78%
G = 58.89%
B = 3.33%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.94

 K value IS 0.17

RGB Variations

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

Color information

#88D40C (or 0x88D40C) is known color: Citrus. HEX triplet: 88, D4 and 0C. RGB value is (136,212,12). Sum of RGB (Red+Green+Blue) = 136+212+12=360 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.78% from 360); Green value is 212 (83.20% from 255 or 58.89% from 360); Blue value is 12 (5.08% from 255 or 3.33% from 360); Max value from RGB is 212 - color contains mainly: green. Hex color #88D40C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #88D40C is #772BF3. Grayscale: #A7A7A7. Windows color (decimal): -7810036 or 840840. OLE color: 840840.

HSL color Cylindrical-coordinate representation of color #88D40C: hue angle of 82.8º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #88D40C is Cyan = 0.36, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.17.

Color convert

RGB 136 212 12 -
CMYK 0.36 0 0.94 0.17
HSL 82.8º 0.89% 0.44% -
HSV(B) 82.8º 0.94% 0.83% -
XYZ 33.76 52.35 8.67 -
YUV 166.48 40.82 106.26 -
System Red Green Blue C M Y K H S L
Decimal 136 212 12 0.36 0 0.94 0.17 82.8 0.89 0.44
Hex 88 D4 C 24 0 5E 11 53 59 2C
Octal 210 324 14 44 0 136 21 123 131 54
Binary 10001000 11010100 1100 100100 0 1011110 10001 1010011 1011001 101100

Color Harmonies of #88D40C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88D40C

Black with #88D40C

Text Example


Text Example

White with #88D40C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,212,12); }

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

background-color css

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

 a { background-color: rgb(136,212,12); }

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

border-color css

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

 span { border-color: rgb(136,212,12); }

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