#92D290

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

Shades of De York #92D290

Tints of De York #92D290

Color information

#92D290 (or 0x92D290) is unknown color: approx De York. HEX triplet: 92, D2 and 90. RGB value is (146,210,144). Sum of RGB (Red+Green+Blue) = 146+210+144=500 (66% of max value = 765). Red value is 146 (57.42% from 255 or 29.2% from 500); Green value is 210 (82.42% from 255 or 42% from 500); Blue value is 144 (56.64% from 255 or 28.8% from 500); Max value from RGB is 210 - color contains mainly: green. Hex color #92D290 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92D290 is #6D2D6F. Grayscale: #B7B7B7. Windows color (decimal): -7155056 or 9491090. OLE color: 9491090.

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

Color convert

RGB146210144-
CMYK0.3000.310.18
HSL118.18º42.31%69.41%-
HSV(B)118.18º31.43%82.35%-
XYZ39.9354.2234.75-
YUV183.34105.8101.37-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.2%
GREEN value IS 210 (82.42% from 255) = 42%
BLUE value IS 144 (56.64% from 255) = 28.8%
R=29.2%
G=42%
B=28.8%

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
Decimal1462101440.3000.310.18118.1842.3169.41
Hex92D2901E01F12762a45
Octal222322220360372216652105
Binary100100101101001010010000111100111111001011101101010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92D290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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