Html Css Color HEX #88C07A De York

📋 copy color: '#88C07A'

red 136 ◦ green 192 ◦ blue 122

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

Shades of De York #88C07A

Tints of De York #88C07A

RGB

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

 GREEN value IS 192 (75.39% from 255) = 42.67%

 BLUE value IS 122 (48.05% from 255) = 27.11%

R = 30.22%
G = 42.67%
B = 27.11%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#88C07A (or 0x88C07A) is known color: De York. HEX triplet: 88, C0 and 7A. RGB value is (136,192,122). Sum of RGB (Red+Green+Blue) = 136+192+122=450 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.22% from 450); Green value is 192 (75.39% from 255 or 42.67% from 450); Blue value is 122 (48.05% from 255 or 27.11% from 450); Max value from RGB is 192 - color contains mainly: green. Hex color #88C07A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #88C07A is #773F85. Grayscale: #A7A7A7. Windows color (decimal): -7815046 or 8044680. OLE color: 8044680.

HSL color Cylindrical-coordinate representation of color #88C07A: hue angle of 108º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #88C07A is Cyan = 0.29, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.25.

Color convert

RGB 136 192 122 -
CMYK 0.29 0 0.36 0.25
HSL 108º 0.36% 0.62% -
HSV(B) 108º 0.36% 0.75% -
XYZ 32.52 44.34 25.26 -
YUV 167.28 102.45 105.69 -
System Red Green Blue C M Y K H S L
Decimal 136 192 122 0.29 0 0.36 0.25 108 0.36 0.62
Hex 88 C0 7A 1D 0 24 19 6C 24 3E
Octal 210 300 172 35 0 44 31 154 44 76
Binary 10001000 11000000 1111010 11101 0 100100 11001 1101100 100100 111110

Color Harmonies of #88C07A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88C07A

Black with #88C07A

Text Example


Text Example

White with #88C07A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,192,122); }

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

background-color css

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

 a { background-color: rgb(136,192,122); }

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

border-color css

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

 span { border-color: rgb(136,192,122); }

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