#92D28F

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

Shades of De York #92D28F

Tints of De York #92D28F

Color information

#92D28F (or 0x92D28F) is unknown color: approx De York. HEX triplet: 92, D2 and 8F. RGB value is (146,210,143). Sum of RGB (Red+Green+Blue) = 146+210+143=499 (66% of max value = 765). Red value is 146 (57.42% from 255 or 29.26% from 499); Green value is 210 (82.42% from 255 or 42.08% from 499); Blue value is 143 (56.25% from 255 or 28.66% from 499); Max value from RGB is 210 - color contains mainly: green. Hex color #92D28F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92D28F is #6D2D70. Grayscale: #B7B7B7. Windows color (decimal): -7155057 or 9425554. OLE color: 9425554.

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

Color convert

RGB146210143-
CMYK0.3000.320.18
HSL117.31º42.68%69.22%-
HSV(B)117.31º31.9%82.35%-
XYZ39.8654.1934.35-
YUV183.23105.3101.45-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.26%
GREEN value IS 210 (82.42% from 255) = 42.08%
BLUE value IS 143 (56.25% from 255) = 28.66%
R=29.26%
G=42.08%
B=28.66%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1462101430.3000.320.18117.3142.6869.22
Hex92D28F1E02012752b45
Octal222322217360402216553105
Binary1001001011010010100011111111001000001001011101011010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92D28F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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