#92D08D

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

Shades of De York #92D08D

Tints of De York #92D08D

Color information

#92D08D (or 0x92D08D) is unknown color: approx De York. HEX triplet: 92, D0 and 8D. RGB value is (146,208,141). Sum of RGB (Red+Green+Blue) = 146+208+141=495 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.49% from 495); Green value is 208 (81.64% from 255 or 42.02% from 495); Blue value is 141 (55.47% from 255 or 28.48% from 495); Max value from RGB is 208 - color contains mainly: green. Hex color #92D08D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92D08D is #6D2F72. Grayscale: #B6B6B6. Windows color (decimal): -7155571 or 9293970. OLE color: 9293970.

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

Color convert

RGB146208141-
CMYK0.3000.320.18
HSL115.52º41.61%68.43%-
HSV(B)115.52º32.21%81.57%-
XYZ39.2253.1533.39-
YUV181.82104.96102.45-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.49%
GREEN value IS 208 (81.64% from 255) = 42.02%
BLUE value IS 141 (55.47% from 255) = 28.48%
R=29.49%
G=42.02%
B=28.48%

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
Decimal1462081410.3000.320.18115.5241.6168.43
Hex92D08D1E02012742a44
Octal222320215360402216452104
Binary1001001011010000100011011111001000001001011101001010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92D08D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,208,141); }

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

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

 a { background-color: rgb(146,208,141); }

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

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

 span { border-color: rgb(146,208,141); }

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