#92D291

Color #92D291 De York (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of De York #92D291

Tints of De York #92D291

Color information

#92D291 (or 0x92D291) is unknown color: approx De York. HEX triplet: 92, D2 and 91. RGB value is (146,210,145). Sum of RGB (Red+Green+Blue) = 146+210+145=501 (66% of max value = 765). Red value is 146 (57.42% from 255 or 29.14% from 501); Green value is 210 (82.42% from 255 or 41.92% from 501); Blue value is 145 (57.03% from 255 or 28.94% from 501); Max value from RGB is 210 - color contains mainly: green. Hex color #92D291 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92D291 is #6D2D6E. Grayscale: #B7B7B7. Windows color (decimal): -7155055 or 9556626. OLE color: 9556626.

HSL color Cylindrical-coordinate representation of color #92D291: hue angle of 119.08º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #92D291 is Cyan = 0.30, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.18.

Color convert

RGB146210145-
CMYK0.3000.310.18
HSL119.08º41.94%69.61%-
HSV(B)119.08º30.95%82.35%-
XYZ40.0154.2535.15-
YUV183.45106.3101.29-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.14%
GREEN value IS 210 (82.42% from 255) = 41.92%
BLUE value IS 145 (57.03% from 255) = 28.94%
R=29.14%
G=41.92%
B=28.94%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1462101450.3000.310.18119.0841.9469.61
Hex92D2911E01F12772a46
Octal222322221360372216752106
Binary100100101101001010010001111100111111001011101111010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92D291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92D291; }

 p { color: rgb(146,210,145); }

 H1.HeaderClassName
 {
   color: #92D291;
 }
 .AnyTagClassName
 {
   color: #92D291;
 }
</style>
background-color css

<style>
 a { background-color: #92D291; }

 a { background-color: rgb(146,210,145); }

 div.DivClassName
 {
   background-color: #92D291;
 }
 .BgClassName
 {
   background-color: #92D291;
 }
</style>
border-color css

<style>
 span { border-color: #92D291; }

 span { border-color: rgb(146,210,145); }

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