Html Css Color HEX #88D394 De York

📋 copy color: '#88D394'

red 136 ◦ green 211 ◦ blue 148

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

Shades of De York #88D394

Tints of De York #88D394

RGB

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

 GREEN value IS 211 (82.81% from 255) = 42.63%

 BLUE value IS 148 (58.2% from 255) = 29.9%

R = 27.47%
G = 42.63%
B = 29.9%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.30

 K value IS 0.17

RGB Variations

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

Color information

#88D394 (or 0x88D394) is known color: De York. HEX triplet: 88, D3 and 94. RGB value is (136,211,148). Sum of RGB (Red+Green+Blue) = 136+211+148=495 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.47% from 495); Green value is 211 (82.81% from 255 or 42.63% from 495); Blue value is 148 (58.20% from 255 or 29.90% from 495); Max value from RGB is 211 - color contains mainly: green. Hex color #88D394 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88D394 is #772C6B. Grayscale: #B5B5B5. Windows color (decimal): -7810156 or 9753480. OLE color: 9753480.

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

Color convert

RGB 136 211 148 -
CMYK 0.36 0 0.30 0.17
HSL 129.6º 0.46% 0.68% -
HSV(B) 129.6º 0.36% 0.83% -
XYZ 38.79 53.96 36.39 -
YUV 181.39 109.15 95.62 -
System Red Green Blue C M Y K H S L
Decimal 136 211 148 0.36 0 0.30 0.17 129.6 0.46 0.68
Hex 88 D3 94 24 0 1E 11 82 2E 44
Octal 210 323 224 44 0 36 21 202 56 104
Binary 10001000 11010011 10010100 100100 0 11110 10001 10000010 101110 1000100

Color Harmonies of #88D394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88D394

Black with #88D394

Text Example


Text Example

White with #88D394

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,211,148); }

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

background-color css

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

 a { background-color: rgb(136,211,148); }

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

border-color css

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

 span { border-color: rgb(136,211,148); }

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