Html Css Color HEX #85CF92 De York

📋 copy color: '#85CF92'

red 133 ◦ green 207 ◦ blue 146

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

Shades of De York #85CF92

Tints of De York #85CF92

RGB

 RED value IS 133 (52.34% from 255) = 27.37%

 GREEN value IS 207 (81.25% from 255) = 42.59%

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

R = 27.37%
G = 42.59%
B = 30.04%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.29

 K value IS 0.19

RGB Variations

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

Color information

#85CF92 (or 0x85CF92) is known color: De York. HEX triplet: 85, CF and 92. RGB value is (133,207,146). Sum of RGB (Red+Green+Blue) = 133+207+146=486 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.37% from 486); Green value is 207 (81.25% from 255 or 42.59% from 486); Blue value is 146 (57.42% from 255 or 30.04% from 486); Max value from RGB is 207 - color contains mainly: green. Hex color #85CF92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85CF92 is #7A306D. Grayscale: #B2B2B2. Windows color (decimal): -8007790 or 9621381. OLE color: 9621381.

HSL color Cylindrical-coordinate representation of color #85CF92: hue angle of 130.54º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #85CF92 is Cyan = 0.36, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.19.

Color convert

RGB 133 207 146 -
CMYK 0.36 0 0.29 0.19
HSL 130.54º 0.44% 0.67% -
HSV(B) 130.54º 0.36% 0.81% -
XYZ 37.17 51.69 35.21 -
YUV 177.92 109.98 95.96 -
System Red Green Blue C M Y K H S L
Decimal 133 207 146 0.36 0 0.29 0.19 130.54 0.44 0.67
Hex 85 CF 92 24 0 1D 13 83 2C 43
Octal 205 317 222 44 0 35 23 203 54 103
Binary 10000101 11001111 10010010 100100 0 11101 10011 10000011 101100 1000011

Color Harmonies of #85CF92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85CF92

Black with #85CF92

Text Example


Text Example

White with #85CF92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85CF92; }

 p { color: rgb(133,207,146); }

 H1.HeaderClassName
 {
   color: #85CF92;
 }
 .AnyTagClassName
 {
   color: #85CF92;
 }
</style>

background-color css

<style>
 a { background-color: #85CF92; }

 a { background-color: rgb(133,207,146); }

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

border-color css

<style>
 span { border-color: #85CF92; }

 span { border-color: rgb(133,207,146); }

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