Html Css Color HEX #83CC91 De York

📋 copy color: '#83CC91'

red 131 ◦ green 204 ◦ blue 145

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

Shades of De York #83CC91

Tints of De York #83CC91

RGB

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

 GREEN value IS 204 (80.08% from 255) = 42.5%

 BLUE value IS 145 (57.03% from 255) = 30.21%

R = 27.29%
G = 42.5%
B = 30.21%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.29

 K value IS 0.2

RGB Variations

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

Color information

#83CC91 (or 0x83CC91) is known color: De York. HEX triplet: 83, CC and 91. RGB value is (131,204,145). Sum of RGB (Red+Green+Blue) = 131+204+145=480 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.29% from 480); Green value is 204 (80.08% from 255 or 42.5% from 480); Blue value is 145 (57.03% from 255 or 30.21% from 480); Max value from RGB is 204 - color contains mainly: green. Hex color #83CC91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83CC91 is #7C336E. Grayscale: #AFAFAF. Windows color (decimal): -8139631 or 9555075. OLE color: 9555075.

HSL color Cylindrical-coordinate representation of color #83CC91: hue angle of 131.51º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #83CC91 is Cyan = 0.36, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.2.

Color convert

RGB 131 204 145 -
CMYK 0.36 0 0.29 0.2
HSL 131.51º 0.42% 0.66% -
HSV(B) 131.51º 0.36% 0.8% -
XYZ 36.06 50.06 34.55 -
YUV 175.45 110.82 96.3 -
System Red Green Blue C M Y K H S L
Decimal 131 204 145 0.36 0 0.29 0.2 131.51 0.42 0.66
Hex 83 CC 91 24 0 1D 14 84 2A 42
Octal 203 314 221 44 0 35 24 204 52 102
Binary 10000011 11001100 10010001 100100 0 11101 10100 10000100 101010 1000010

Color Harmonies of #83CC91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83CC91

Black with #83CC91

Text Example


Text Example

White with #83CC91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,204,145); }

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

background-color css

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

 a { background-color: rgb(131,204,145); }

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

border-color css

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

 span { border-color: rgb(131,204,145); }

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