Html Css Color HEX #83CC93 De York

📋 copy color: '#83CC93'

red 131 ◦ green 204 ◦ blue 147

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

Shades of De York #83CC93

Tints of De York #83CC93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 30.5%

R = 27.18%
G = 42.32%
B = 30.5%

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

#83CC93 (or 0x83CC93) is known color: De York. HEX triplet: 83, CC and 93. RGB value is (131,204,147). Sum of RGB (Red+Green+Blue) = 131+204+147=482 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.18% from 482); Green value is 204 (80.08% from 255 or 42.32% from 482); Blue value is 147 (57.81% from 255 or 30.50% from 482); Max value from RGB is 204 - color contains mainly: green. Hex color #83CC93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83CC93 is #7C336C. Grayscale: #AFAFAF. Windows color (decimal): -8139629 or 9686147. OLE color: 9686147.

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

Color convert

RGB 131 204 147 -
CMYK 0.36 0 0.28 0.2
HSL 133.15º 0.42% 0.66% -
HSV(B) 133.15º 0.36% 0.8% -
XYZ 36.22 50.12 35.37 -
YUV 175.68 111.82 96.13 -
System Red Green Blue C M Y K H S L
Decimal 131 204 147 0.36 0 0.28 0.2 133.15 0.42 0.66
Hex 83 CC 93 24 0 1C 14 85 2A 42
Octal 203 314 223 44 0 34 24 205 52 102
Binary 10000011 11001100 10010011 100100 0 11100 10100 10000101 101010 1000010

Color Harmonies of #83CC93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83CC93

Black with #83CC93

Text Example


Text Example

White with #83CC93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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