Html Css Color HEX #83C275 De York

📋 copy color: '#83C275'

red 131 ◦ green 194 ◦ blue 117

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

Shades of De York #83C275

Tints of De York #83C275

RGB

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

 GREEN value IS 194 (76.17% from 255) = 43.89%

 BLUE value IS 117 (46.09% from 255) = 26.47%

R = 29.64%
G = 43.89%
B = 26.47%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.40

 K value IS 0.24

RGB Variations

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

Color information

#83C275 (or 0x83C275) is known color: De York. HEX triplet: 83, C2 and 75. RGB value is (131,194,117). Sum of RGB (Red+Green+Blue) = 131+194+117=442 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.64% from 442); Green value is 194 (76.17% from 255 or 43.89% from 442); Blue value is 117 (46.09% from 255 or 26.47% from 442); Max value from RGB is 194 - color contains mainly: green. Hex color #83C275 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83C275 is #7C3D8A. Grayscale: #A6A6A6. Windows color (decimal): -8142219 or 7717507. OLE color: 7717507.

HSL color Cylindrical-coordinate representation of color #83C275: hue angle of 109.09º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #83C275 is Cyan = 0.32, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.24.

Color convert

RGB 131 194 117 -
CMYK 0.32 0 0.40 0.24
HSL 109.09º 0.39% 0.61% -
HSV(B) 109.09º 0.4% 0.76% -
XYZ 31.86 44.69 23.78 -
YUV 166.39 100.13 102.76 -
System Red Green Blue C M Y K H S L
Decimal 131 194 117 0.32 0 0.40 0.24 109.09 0.39 0.61
Hex 83 C2 75 20 0 28 18 6D 27 3D
Octal 203 302 165 40 0 50 30 155 47 75
Binary 10000011 11000010 1110101 100000 0 101000 11000 1101101 100111 111101

Color Harmonies of #83C275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83C275

Black with #83C275

Text Example


Text Example

White with #83C275

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,194,117); }

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

background-color css

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

 a { background-color: rgb(131,194,117); }

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

border-color css

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

 span { border-color: rgb(131,194,117); }

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