Html Css Color HEX #83CF8D De York

📋 copy color: '#83CF8D'

red 131 ◦ green 207 ◦ blue 141

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

Shades of De York #83CF8D

Tints of De York #83CF8D

RGB

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

 GREEN value IS 207 (81.25% from 255) = 43.22%

 BLUE value IS 141 (55.47% from 255) = 29.44%

R = 27.35%
G = 43.22%
B = 29.44%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.32

 K value IS 0.19

RGB Variations

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

Color information

#83CF8D (or 0x83CF8D) is known color: De York. HEX triplet: 83, CF and 8D. RGB value is (131,207,141). Sum of RGB (Red+Green+Blue) = 131+207+141=479 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.35% from 479); Green value is 207 (81.25% from 255 or 43.22% from 479); Blue value is 141 (55.47% from 255 or 29.44% from 479); Max value from RGB is 207 - color contains mainly: green. Hex color #83CF8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83CF8D is #7C3072. Grayscale: #B0B0B0. Windows color (decimal): -8138867 or 9293699. OLE color: 9293699.

HSL color Cylindrical-coordinate representation of color #83CF8D: hue angle of 127.89º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #83CF8D is Cyan = 0.37, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.19.

Color convert

RGB 131 207 141 -
CMYK 0.37 0 0.32 0.19
HSL 127.89º 0.44% 0.66% -
HSV(B) 127.89º 0.37% 0.81% -
XYZ 36.48 51.37 33.19 -
YUV 176.75 107.82 95.37 -
System Red Green Blue C M Y K H S L
Decimal 131 207 141 0.37 0 0.32 0.19 127.89 0.44 0.66
Hex 83 CF 8D 25 0 20 13 80 2C 42
Octal 203 317 215 45 0 40 23 200 54 102
Binary 10000011 11001111 10001101 100101 0 100000 10011 10000000 101100 1000010

Color Harmonies of #83CF8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83CF8D

Black with #83CF8D

Text Example


Text Example

White with #83CF8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,207,141); }

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

background-color css

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

 a { background-color: rgb(131,207,141); }

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

border-color css

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

 span { border-color: rgb(131,207,141); }

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