Html Css Color HEX #83CC84 De York

📋 copy color: '#83CC84'

red 131 ◦ green 204 ◦ blue 132

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

Shades of De York #83CC84

Tints of De York #83CC84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 28.27%

R = 28.05%
G = 43.68%
B = 28.27%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.35

 K value IS 0.2

RGB Variations

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

Color information

#83CC84 (or 0x83CC84) is known color: De York. HEX triplet: 83, CC and 84. RGB value is (131,204,132). Sum of RGB (Red+Green+Blue) = 131+204+132=467 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.05% from 467); Green value is 204 (80.08% from 255 or 43.68% from 467); Blue value is 132 (51.95% from 255 or 28.27% from 467); Max value from RGB is 204 - color contains mainly: green. Hex color #83CC84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83CC84 is #7C337B. Grayscale: #AEAEAE. Windows color (decimal): -8139644 or 8703107. OLE color: 8703107.

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

Color convert

RGB 131 204 132 -
CMYK 0.36 0 0.35 0.2
HSL 120.82º 0.42% 0.66% -
HSV(B) 120.82º 0.36% 0.8% -
XYZ 35.12 49.68 29.57 -
YUV 173.97 104.32 97.35 -
System Red Green Blue C M Y K H S L
Decimal 131 204 132 0.36 0 0.35 0.2 120.82 0.42 0.66
Hex 83 CC 84 24 0 23 14 79 2A 42
Octal 203 314 204 44 0 43 24 171 52 102
Binary 10000011 11001100 10000100 100100 0 100011 10100 1111001 101010 1000010

Color Harmonies of #83CC84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83CC84

Black with #83CC84

Text Example


Text Example

White with #83CC84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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