Html Css Color HEX #83CA92 De York

📋 copy color: '#83CA92'

red 131 ◦ green 202 ◦ blue 146

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

Shades of De York #83CA92

Tints of De York #83CA92

RGB

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

 GREEN value IS 202 (79.3% from 255) = 42.17%

 BLUE value IS 146 (57.42% from 255) = 30.48%

R = 27.35%
G = 42.17%
B = 30.48%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.28

 K value IS 0.21

RGB Variations

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

Color information

#83CA92 (or 0x83CA92) is known color: De York. HEX triplet: 83, CA and 92. RGB value is (131,202,146). Sum of RGB (Red+Green+Blue) = 131+202+146=479 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.35% from 479); Green value is 202 (79.30% from 255 or 42.17% from 479); Blue value is 146 (57.42% from 255 or 30.48% from 479); Max value from RGB is 202 - color contains mainly: green. Hex color #83CA92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83CA92 is #7C356D. Grayscale: #AEAEAE. Windows color (decimal): -8140142 or 9620099. OLE color: 9620099.

HSL color Cylindrical-coordinate representation of color #83CA92: hue angle of 132.68º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #83CA92 is Cyan = 0.35, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.21.

Color convert

RGB 131 202 146 -
CMYK 0.35 0 0.28 0.21
HSL 132.68º 0.4% 0.65% -
HSV(B) 132.68º 0.35% 0.79% -
XYZ 35.67 49.14 34.8 -
YUV 174.39 111.98 97.05 -
System Red Green Blue C M Y K H S L
Decimal 131 202 146 0.35 0 0.28 0.21 132.68 0.4 0.65
Hex 83 CA 92 23 0 1C 15 85 28 41
Octal 203 312 222 43 0 34 25 205 50 101
Binary 10000011 11001010 10010010 100011 0 11100 10101 10000101 101000 1000001

Color Harmonies of #83CA92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83CA92

Black with #83CA92

Text Example


Text Example

White with #83CA92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,202,146); }

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

background-color css

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

 a { background-color: rgb(131,202,146); }

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

border-color css

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

 span { border-color: rgb(131,202,146); }

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