Html Css Color HEX #83C075 De York

📋 copy color: '#83C075'

red 131 ◦ green 192 ◦ blue 117

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

Shades of De York #83C075

Tints of De York #83C075

RGB

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

 GREEN value IS 192 (75.39% from 255) = 43.64%

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

R = 29.77%
G = 43.64%
B = 26.59%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#83C075 (or 0x83C075) is known color: De York. HEX triplet: 83, C0 and 75. RGB value is (131,192,117). Sum of RGB (Red+Green+Blue) = 131+192+117=440 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.77% from 440); Green value is 192 (75.39% from 255 or 43.64% from 440); Blue value is 117 (46.09% from 255 or 26.59% from 440); Max value from RGB is 192 - color contains mainly: green. Hex color #83C075 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83C075 is #7C3F8A. Grayscale: #A5A5A5. Windows color (decimal): -8142731 or 7716995. OLE color: 7716995.

HSL color Cylindrical-coordinate representation of color #83C075: hue angle of 108.8º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #83C075 is Cyan = 0.32, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.25.

Color convert

RGB 131 192 117 -
CMYK 0.32 0 0.39 0.25
HSL 108.8º 0.37% 0.61% -
HSV(B) 108.8º 0.39% 0.75% -
XYZ 31.42 43.81 23.63 -
YUV 165.21 100.79 103.6 -
System Red Green Blue C M Y K H S L
Decimal 131 192 117 0.32 0 0.39 0.25 108.8 0.37 0.61
Hex 83 C0 75 20 0 27 19 6D 25 3D
Octal 203 300 165 40 0 47 31 155 45 75
Binary 10000011 11000000 1110101 100000 0 100111 11001 1101101 100101 111101

Color Harmonies of #83C075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83C075

Black with #83C075

Text Example


Text Example

White with #83C075

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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