Html Css Color HEX #83CC94 De York

📋 copy color: '#83CC94'

red 131 ◦ green 204 ◦ blue 148

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

Shades of De York #83CC94

Tints of De York #83CC94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 30.64%

R = 27.12%
G = 42.24%
B = 30.64%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.27

 K value IS 0.2

RGB Variations

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

Color information

#83CC94 (or 0x83CC94) is known color: De York. HEX triplet: 83, CC and 94. RGB value is (131,204,148). Sum of RGB (Red+Green+Blue) = 131+204+148=483 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.12% from 483); Green value is 204 (80.08% from 255 or 42.24% from 483); Blue value is 148 (58.20% from 255 or 30.64% from 483); Max value from RGB is 204 - color contains mainly: green. Hex color #83CC94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83CC94 is #7C336B. Grayscale: #AFAFAF. Windows color (decimal): -8139628 or 9751683. OLE color: 9751683.

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

Color convert

RGB 131 204 148 -
CMYK 0.36 0 0.27 0.2
HSL 133.97º 0.42% 0.66% -
HSV(B) 133.97º 0.36% 0.8% -
XYZ 36.3 50.15 35.78 -
YUV 175.79 112.32 96.05 -
System Red Green Blue C M Y K H S L
Decimal 131 204 148 0.36 0 0.27 0.2 133.97 0.42 0.66
Hex 83 CC 94 24 0 1B 14 86 2A 42
Octal 203 314 224 44 0 33 24 206 52 102
Binary 10000011 11001100 10010100 100100 0 11011 10100 10000110 101010 1000010

Color Harmonies of #83CC94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83CC94

Black with #83CC94

Text Example


Text Example

White with #83CC94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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