Html Css Color HEX #83DB88 De York

📋 copy color: '#83DB88'

red 131 ◦ green 219 ◦ blue 136

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

Shades of De York #83DB88

Tints of De York #83DB88

RGB

 RED value IS 131 (51.56% from 255) = 26.95%

 GREEN value IS 219 (85.94% from 255) = 45.06%

 BLUE value IS 136 (53.52% from 255) = 27.98%

R = 26.95%
G = 45.06%
B = 27.98%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.38

 K value IS 0.14

RGB Variations

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

Color information

#83DB88 (or 0x83DB88) is known color: De York. HEX triplet: 83, DB and 88. RGB value is (131,219,136). Sum of RGB (Red+Green+Blue) = 131+219+136=486 (64% of max value = 765). Red value is 131 (51.56% from 255 or 26.95% from 486); Green value is 219 (85.94% from 255 or 45.06% from 486); Blue value is 136 (53.52% from 255 or 27.98% from 486); Max value from RGB is 219 - color contains mainly: green. Hex color #83DB88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83DB88 is #7C2477. Grayscale: #B7B7B7. Windows color (decimal): -8135800 or 8969091. OLE color: 8969091.

HSL color Cylindrical-coordinate representation of color #83DB88: hue angle of 123.41º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #83DB88 is Cyan = 0.40, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.14.

Color convert

RGB 131 219 136 -
CMYK 0.40 0 0.38 0.14
HSL 123.41º 0.55% 0.69% -
HSV(B) 123.41º 0.4% 0.86% -
XYZ 39.14 57.27 32.28 -
YUV 183.23 101.35 90.75 -
System Red Green Blue C M Y K H S L
Decimal 131 219 136 0.40 0 0.38 0.14 123.41 0.55 0.69
Hex 83 DB 88 28 0 26 E 7B 37 45
Octal 203 333 210 50 0 46 16 173 67 105
Binary 10000011 11011011 10001000 101000 0 100110 1110 1111011 110111 1000101

Color Harmonies of #83DB88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83DB88

Black with #83DB88

Text Example


Text Example

White with #83DB88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83DB88; }

 p { color: rgb(131,219,136); }

 H1.HeaderClassName
 {
   color: #83DB88;
 }
 .AnyTagClassName
 {
   color: #83DB88;
 }
</style>

background-color css

<style>
 a { background-color: #83DB88; }

 a { background-color: rgb(131,219,136); }

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

border-color css

<style>
 span { border-color: #83DB88; }

 span { border-color: rgb(131,219,136); }

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