Html Css Color HEX #88C484 De York

📋 copy color: '#88C484'

red 136 ◦ green 196 ◦ blue 132

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

Shades of De York #88C484

Tints of De York #88C484

RGB

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

 GREEN value IS 196 (76.95% from 255) = 42.24%

 BLUE value IS 132 (51.95% from 255) = 28.45%

R = 29.31%
G = 42.24%
B = 28.45%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.33

 K value IS 0.23

RGB Variations

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

Color information

#88C484 (or 0x88C484) is known color: De York. HEX triplet: 88, C4 and 84. RGB value is (136,196,132). Sum of RGB (Red+Green+Blue) = 136+196+132=464 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.31% from 464); Green value is 196 (76.95% from 255 or 42.24% from 464); Blue value is 132 (51.95% from 255 or 28.45% from 464); Max value from RGB is 196 - color contains mainly: green. Hex color #88C484 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88C484 is #773B7B. Grayscale: #AAAAAA. Windows color (decimal): -7814012 or 8701064. OLE color: 8701064.

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

Color convert

RGB 136 196 132 -
CMYK 0.31 0 0.33 0.23
HSL 116.25º 0.35% 0.64% -
HSV(B) 116.25º 0.33% 0.77% -
XYZ 34.06 46.38 28.99 -
YUV 170.76 106.12 103.2 -
System Red Green Blue C M Y K H S L
Decimal 136 196 132 0.31 0 0.33 0.23 116.25 0.35 0.64
Hex 88 C4 84 1F 0 21 17 74 23 40
Octal 210 304 204 37 0 41 27 164 43 100
Binary 10001000 11000100 10000100 11111 0 100001 10111 1110100 100011 1000000

Color Harmonies of #88C484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88C484

Black with #88C484

Text Example


Text Example

White with #88C484

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,196,132); }

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

background-color css

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

 a { background-color: rgb(136,196,132); }

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

border-color css

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

 span { border-color: rgb(136,196,132); }

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