#92DD82

Color #92DD82 Granny Smith Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Granny Smith Apple #92DD82

Tints of Granny Smith Apple #92DD82

Color information

#92DD82 (or 0x92DD82) is unknown color: approx Granny Smith Apple. HEX triplet: 92, DD and 82. RGB value is (146,221,130). Sum of RGB (Red+Green+Blue) = 146+221+130=497 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.38% from 497); Green value is 221 (86.72% from 255 or 44.47% from 497); Blue value is 130 (51.17% from 255 or 26.16% from 497); Max value from RGB is 221 - color contains mainly: green. Hex color #92DD82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92DD82 is #6D227D. Grayscale: #BCBCBC. Windows color (decimal): -7152254 or 8576402. OLE color: 8576402.

HSL color Cylindrical-coordinate representation of color #92DD82: hue angle of 109.45º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #92DD82 is Cyan = 0.34, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.13.

Color convert

RGB146221130-
CMYK0.3400.410.13
HSL109.45º57.23%68.82%-
HSV(B)109.45º41.18%86.67%-
XYZ41.7459.4430.39-
YUV188.295.1597.9-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.38%
GREEN value IS 221 (86.72% from 255) = 44.47%
BLUE value IS 130 (51.17% from 255) = 26.16%
R=29.38%
G=44.47%
B=26.16%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1462211300.3400.410.13109.4557.2368.82
Hex92DD8222029D6d3945
Octal222335202420511515571105
Binary1001001011011101100000101000100101001110111011011110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92DD82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,221,130); }

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

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

 a { background-color: rgb(146,221,130); }

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

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

 span { border-color: rgb(146,221,130); }

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