Html Css Color HEX #83CC92 De York

📋 copy color: '#83CC92'

red 131 ◦ green 204 ◦ blue 146

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

Shades of De York #83CC92

Tints of De York #83CC92

RGB

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

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

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

R = 27.23%
G = 42.41%
B = 30.35%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.28

 K value IS 0.2

RGB Variations

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

Color information

#83CC92 (or 0x83CC92) is known color: De York. HEX triplet: 83, CC and 92. RGB value is (131,204,146). Sum of RGB (Red+Green+Blue) = 131+204+146=481 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.23% from 481); Green value is 204 (80.08% from 255 or 42.41% from 481); Blue value is 146 (57.42% from 255 or 30.35% from 481); Max value from RGB is 204 - color contains mainly: green. Hex color #83CC92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83CC92 is #7C336D. Grayscale: #AFAFAF. Windows color (decimal): -8139630 or 9620611. OLE color: 9620611.

HSL color Cylindrical-coordinate representation of color #83CC92: hue angle of 132.33º 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 #83CC92 is Cyan = 0.36, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.2.

Color convert

RGB 131 204 146 -
CMYK 0.36 0 0.28 0.2
HSL 132.33º 0.42% 0.66% -
HSV(B) 132.33º 0.36% 0.8% -
XYZ 36.14 50.09 34.96 -
YUV 175.56 111.32 96.22 -
System Red Green Blue C M Y K H S L
Decimal 131 204 146 0.36 0 0.28 0.2 132.33 0.42 0.66
Hex 83 CC 92 24 0 1C 14 84 2A 42
Octal 203 314 222 44 0 34 24 204 52 102
Binary 10000011 11001100 10010010 100100 0 11100 10100 10000100 101010 1000010

Color Harmonies of #83CC92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83CC92

Black with #83CC92

Text Example


Text Example

White with #83CC92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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