Html Css Color HEX #88C478 De York

📋 copy color: '#88C478'

red 136 ◦ green 196 ◦ blue 120

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

Shades of De York #88C478

Tints of De York #88C478

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 26.55%

R = 30.09%
G = 43.36%
B = 26.55%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.39

 K value IS 0.23

RGB Variations

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

Color information

#88C478 (or 0x88C478) is known color: De York. HEX triplet: 88, C4 and 78. RGB value is (136,196,120). Sum of RGB (Red+Green+Blue) = 136+196+120=452 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.09% from 452); Green value is 196 (76.95% from 255 or 43.36% from 452); Blue value is 120 (47.27% from 255 or 26.55% from 452); Max value from RGB is 196 - color contains mainly: green. Hex color #88C478 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #88C478 is #773B87. Grayscale: #A9A9A9. Windows color (decimal): -7814024 or 7914632. OLE color: 7914632.

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

Color convert

RGB 136 196 120 -
CMYK 0.31 0 0.39 0.23
HSL 107.37º 0.39% 0.62% -
HSV(B) 107.37º 0.39% 0.77% -
XYZ 33.28 46.07 24.91 -
YUV 169.4 100.12 104.18 -
System Red Green Blue C M Y K H S L
Decimal 136 196 120 0.31 0 0.39 0.23 107.37 0.39 0.62
Hex 88 C4 78 1F 0 27 17 6B 27 3E
Octal 210 304 170 37 0 47 27 153 47 76
Binary 10001000 11000100 1111000 11111 0 100111 10111 1101011 100111 111110

Color Harmonies of #88C478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88C478

Black with #88C478

Text Example


Text Example

White with #88C478

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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