Html Css Color HEX #88CC12 Yellow Green

📋 copy color: '#88CC12'

red 136 ◦ green 204 ◦ blue 18

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

Shades of Yellow Green #88CC12

Tints of Yellow Green #88CC12

RGB

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

 GREEN value IS 204 (80.08% from 255) = 56.98%

 BLUE value IS 18 (7.42% from 255) = 5.03%

R = 37.99%
G = 56.98%
B = 5.03%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.91

 K value IS 0.2

RGB Variations

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

Color information

#88CC12 (or 0x88CC12) is known color: Yellow Green. HEX triplet: 88, CC and 12. RGB value is (136,204,18). Sum of RGB (Red+Green+Blue) = 136+204+18=358 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.99% from 358); Green value is 204 (80.08% from 255 or 56.98% from 358); Blue value is 18 (7.42% from 255 or 5.03% from 358); Max value from RGB is 204 - color contains mainly: green. Hex color #88CC12 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #88CC12 is #7733ED. Grayscale: #A3A3A3. Windows color (decimal): -7812078 or 1232008. OLE color: 1232008.

HSL color Cylindrical-coordinate representation of color #88CC12: hue angle of 81.94º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #88CC12 is Cyan = 0.33, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.2.

Color convert

RGB 136 204 18 -
CMYK 0.33 0 0.91 0.2
HSL 81.94º 0.84% 0.44% -
HSV(B) 81.94º 0.91% 0.8% -
XYZ 31.86 48.46 8.25 -
YUV 162.46 46.47 109.12 -
System Red Green Blue C M Y K H S L
Decimal 136 204 18 0.33 0 0.91 0.2 81.94 0.84 0.44
Hex 88 CC 12 21 0 5B 14 52 54 2C
Octal 210 314 22 41 0 133 24 122 124 54
Binary 10001000 11001100 10010 100001 0 1011011 10100 1010010 1010100 101100

Color Harmonies of #88CC12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88CC12

Black with #88CC12

Text Example


Text Example

White with #88CC12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,204,18); }

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

background-color css

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

 a { background-color: rgb(136,204,18); }

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

border-color css

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

 span { border-color: rgb(136,204,18); }

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