Html Css Color HEX #83CB92 De York

📋 copy color: '#83CB92'

red 131 ◦ green 203 ◦ blue 146

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

Shades of De York #83CB92

Tints of De York #83CB92

RGB

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

 GREEN value IS 203 (79.69% from 255) = 42.29%

 BLUE value IS 146 (57.42% from 255) = 30.42%

R = 27.29%
G = 42.29%
B = 30.42%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.28

 K value IS 0.20

RGB Variations

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

Color information

#83CB92 (or 0x83CB92) is known color: De York. HEX triplet: 83, CB and 92. RGB value is (131,203,146). Sum of RGB (Red+Green+Blue) = 131+203+146=480 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.29% from 480); Green value is 203 (79.69% from 255 or 42.29% from 480); Blue value is 146 (57.42% from 255 or 30.42% from 480); Max value from RGB is 203 - color contains mainly: green. Hex color #83CB92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83CB92 is #7C346D. Grayscale: #AFAFAF. Windows color (decimal): -8139886 or 9620355. OLE color: 9620355.

HSL color Cylindrical-coordinate representation of color #83CB92: hue angle of 132.5º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #83CB92 is Cyan = 0.35, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.20.

Color convert

RGB 131 203 146 -
CMYK 0.35 0 0.28 0.20
HSL 132.5º 0.41% 0.65% -
HSV(B) 132.5º 0.35% 0.8% -
XYZ 35.9 49.61 34.88 -
YUV 174.97 111.65 96.63 -
System Red Green Blue C M Y K H S L
Decimal 131 203 146 0.35 0 0.28 0.20 132.5 0.41 0.65
Hex 83 CB 92 23 0 1C 14 84 29 41
Octal 203 313 222 43 0 34 24 204 51 101
Binary 10000011 11001011 10010010 100011 0 11100 10100 10000100 101001 1000001

Color Harmonies of #83CB92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83CB92

Black with #83CB92

Text Example


Text Example

White with #83CB92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,203,146); }

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

background-color css

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

 a { background-color: rgb(131,203,146); }

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

border-color css

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

 span { border-color: rgb(131,203,146); }

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